diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2021-01-08 10:54:44 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2021-01-08 10:54:44 +0100 |
commit | b82a535a45c5eaadbbc558c6063e35dd1c99ce1f (patch) | |
tree | b6a709fe6cfed283e9cf66b77951ae8ec4876edb /config.h | |
parent | f637802c0aabb976d2a84bfdca9ff468536e4e5a (diff) |
Increased network buffer size for python scripts (and raise exception if capacity reached).
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,10 @@ #define DISTRIBUTOR_HOST "127.0.0.1" #define DISTRIBUTOR_PORT 7000 +/* + * NOTE: Buffer size needs to keep in sync with other implementations + * e.g. dependencies/nDPIsrvd.py + */ #define NETWORK_BUFFER_MAX_SIZE 9728 /* 8192 + 1024 + 512 */ /* nDPId default config options */ |