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:
@ -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.
|
||||||
|
Reference in New Issue
Block a user