diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-11-18 18:06:55 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-11-18 18:12:38 +0100 |
commit | ba179cc724f9b1e89ba38649dd9baf051ad1ca25 (patch) | |
tree | f652444c12d84bb744680ee07233840de95cadac /config.h | |
parent | dd5ff3b8ed94aad2e3aeda958ea6a14b95010c12 (diff) |
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 <matzeton@googlemail.com>
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |