diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-08-06 00:50:02 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-08-06 00:50:02 +0200 |
commit | 5a7b0499edb7c4763f8afdd093b3d240271f5de7 (patch) | |
tree | 473bf4355dd4d25a62f69cbfafcd99f136f3e324 /config.h | |
parent | 6031b07eb4f50af49bcd99951a28bd63dbf1c5b6 (diff) |
nDPIsrvd sighandler and cmd opt parser
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |