From c59cac4245e06c27c75b5a25ff39eebdcf1caf6f Mon Sep 17 00:00:00 2001 From: Christian Giese Date: Thu, 27 May 2021 08:05:26 +0200 Subject: [PATCH] Increase stream flow table --- src/bbl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bbl.h b/src/bbl.h index d75edf4d..1a050c29 100644 --- a/src/bbl.h +++ b/src/bbl.h @@ -688,7 +688,7 @@ typedef struct vlan_session_key_ { #define BBL_SESSION_HASHTABLE_SIZE 128993 /* 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.