aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2021-01-08 10:54:44 +0100
committerToni Uhlig <matzeton@googlemail.com>2021-01-08 10:54:44 +0100
commitb82a535a45c5eaadbbc558c6063e35dd1c99ce1f (patch)
treeb6a709fe6cfed283e9cf66b77951ae8ec4876edb /config.h
parentf637802c0aabb976d2a84bfdca9ff468536e4e5a (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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h b/config.h
index aa635515b..45af506ac 100644
--- a/config.h
+++ b/config.h
@@ -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 */