aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2020-08-14 14:37:50 +0200
committerToni Uhlig <matzeton@googlemail.com>2020-08-14 14:37:50 +0200
commita3770086445c59a45961aa18a3e1639de9b73cfb (patch)
tree2c0ef3984e187e2479e33bd5fef382197b4ae44a /config.h
parent0ce3965d1fcd27bcbffe0f7d9cf556c8ead83463 (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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 7b7b5a593..a5ff29aa6 100644
--- a/config.h
+++ b/config.h
@@ -22,5 +22,6 @@
/* nDPIsrvd default config options */
#define nDPIsrvd_PIDFILE "/tmp/ndpisrvd.pid"
+#define nDPIsrvd_JSON_BYTES 4
#endif