From ba179cc724f9b1e89ba38649dd9baf051ad1ca25 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Wed, 18 Nov 2020 18:06:55 +0100 Subject: Increased serialization buffer size as required for recent nDPI builds. * added .gitignore to prevent SCM check-ins of unwanted files * fixed invalid include path for python examples Signed-off-by: Toni Uhlig --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index 4ae7e221d..c60780447 100644 --- a/config.h +++ b/config.h @@ -7,7 +7,7 @@ #define DISTRIBUTOR_HOST "127.0.0.1" #define DISTRIBUTOR_PORT 7000 -#define NETWORK_BUFFER_MAX_SIZE 9216 /* 8192 + 1024 */ +#define NETWORK_BUFFER_MAX_SIZE 9728 /* 8192 + 1024 + 512 */ /* nDPId default config options */ #define nDPId_PIDFILE "/tmp/ndpid.pid" -- cgit v1.2.3