aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2021-08-04 17:09:53 +0200
committerToni Uhlig <matzeton@googlemail.com>2021-08-04 17:19:15 +0200
commitd48508b4afe5f3a22c2dda733ee13554d5c5ae60 (patch)
tree049b84a167350236c52ce956a32eae824a092d43 /config.h
parentf4c8d96dd93b7cdaafbb5d858268266ef4edb2ae (diff)
Improved nDPIsrvd buffer bloat handling using caching.
* still allow blocking mode (with send timeout) * improved daemon start/stop test script Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 8d646e99c..39ea1bf6c 100644
--- a/config.h
+++ b/config.h
@@ -37,5 +37,6 @@
/* nDPIsrvd default config options */
#define nDPIsrvd_PIDFILE "/tmp/ndpisrvd.pid"
+#define nDPIsrvd_CACHE_ARRAY_LENGTH 256
#endif