aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2020-08-06 00:50:02 +0200
committerToni Uhlig <matzeton@googlemail.com>2020-08-06 00:50:02 +0200
commit5a7b0499edb7c4763f8afdd093b3d240271f5de7 (patch)
tree473bf4355dd4d25a62f69cbfafcd99f136f3e324 /config.h
parent6031b07eb4f50af49bcd99951a28bd63dbf1c5b6 (diff)
nDPIsrvd sighandler and cmd opt parser
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h b/config.h
index 6fdb457f4..2946b6d23 100644
--- a/config.h
+++ b/config.h
@@ -19,4 +19,7 @@
#define nDPId_INITIAL_THREAD_HASH 0x03dd018b
#define nDPId_MAX_PACKETS_PER_FLOW_TO_SEND 15
+/* nDPIsrvd default config options */
+#define nDPIsrvd_PIDFILE "/tmp/ndpisrvd.pid"
+
#endif