diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2021-08-04 17:09:53 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2021-08-04 17:19:15 +0200 |
commit | d48508b4afe5f3a22c2dda733ee13554d5c5ae60 (patch) | |
tree | 049b84a167350236c52ce956a32eae824a092d43 /config.h | |
parent | f4c8d96dd93b7cdaafbb5d858268266ef4edb2ae (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,5 +37,6 @@ /* nDPIsrvd default config options */ #define nDPIsrvd_PIDFILE "/tmp/ndpisrvd.pid" +#define nDPIsrvd_CACHE_ARRAY_LENGTH 256 #endif |