diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-08-05 12:02:28 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-08-05 12:05:32 +0200 |
commit | 88aa7681842e294d4cb7c440abbbd51dacf54153 (patch) | |
tree | 977ed18023f5e55ec2bdc38da9ade00bbbc05528 /config.h | |
parent | ea636f4ab6552c60a16a57559821afd17a48f5dc (diff) |
nDPId daemonize / pidfile support + improved syslog logging
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
@@ -9,6 +9,7 @@ #define NETWORK_BUFFER_MAX_SIZE 8192 /* nDPId default config options */ +#define nDPId_PIDFILE "/tmp/ndpid.pid" #define nDPId_MAX_FLOW_ROOTS_PER_THREAD 2048 #define nDPId_MAX_IDLE_FLOWS_PER_THREAD 64 #define nDPId_TICK_RESOLUTION 1000 |