1
0
mirror of https://github.com/rtbrick/bngblaster.git synced 2024-05-06 15:54:57 +00:00

Increase stream flow table

This commit is contained in:
Christian Giese
2021-05-27 08:05:26 +02:00
parent 7e0f3df1ed
commit c59cac4245

View File

@ -688,7 +688,7 @@ typedef struct vlan_session_key_ {
#define BBL_SESSION_HASHTABLE_SIZE 128993 /* is a prime number */ #define BBL_SESSION_HASHTABLE_SIZE 128993 /* is a prime number */
#define BBL_LI_HASHTABLE_SIZE 32771 /* is a prime number */ #define BBL_LI_HASHTABLE_SIZE 32771 /* is a prime number */
#define BBL_STREAM_FLOW_HASHTABLE_SIZE 32771 /* is a prime number */ #define BBL_STREAM_FLOW_HASHTABLE_SIZE 128993 /* is a prime number */
/* /*
* Client Session to a BNG device. * Client Session to a BNG device.