diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-08-14 14:37:50 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-08-14 14:37:50 +0200 |
commit | a3770086445c59a45961aa18a3e1639de9b73cfb (patch) | |
tree | 2c0ef3984e187e2479e33bd5fef382197b4ae44a /config.h | |
parent | 0ce3965d1fcd27bcbffe0f7d9cf556c8ead83463 (diff) |
nDPId: removed unused code, process remaining flows on shutdown (useful for replaying pcap files)
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
@@ -22,5 +22,6 @@ /* nDPIsrvd default config options */ #define nDPIsrvd_PIDFILE "/tmp/ndpisrvd.pid" +#define nDPIsrvd_JSON_BYTES 4 #endif |