aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2020-08-26 17:24:12 +0200
committerToni Uhlig <matzeton@googlemail.com>2020-08-26 17:24:12 +0200
commit93fa7fcabfa1e45319de3538d31f36a8b8f15399 (patch)
tree4207061725afbb1601f59306e9d3682faf2c4378 /config.h
parent1653137edbae0a98d7ff5b3223243e4d4a00eee3 (diff)
nDPId: Improved command line option parsing, app usage and subopts for (carefully) tuning some daemon options.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'config.h')
-rw-r--r--config.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/config.h b/config.h
index 44ffb2a5f..ed45e3da6 100644
--- a/config.h
+++ b/config.h
@@ -10,15 +10,15 @@
/* 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_MAX_FLOWS_PER_THREAD 4096
+#define nDPId_MAX_IDLE_FLOWS_PER_THREAD 512
#define nDPId_TICK_RESOLUTION 1000
-#define nDPId_MAX_READER_THREADS 4
+#define nDPId_MAX_READER_THREADS 8
#define nDPId_IDLE_SCAN_PERIOD 10000 /* 10 sec */
-#define nDPId_MAX_IDLE_TIME 600000 /* 600 sec */
-#define nDPId_MAX_POST_END_FLOW_TIME 60000 /* 60 sec */
+#define nDPId_IDLE_TIME 600000 /* 600 sec */
+#define nDPId_POST_END_FLOW_TIME 60000 /* 60 sec */
#define nDPId_INITIAL_THREAD_HASH 0x03dd018b
-#define nDPId_MAX_PACKETS_PER_FLOW_TO_SEND 15
+#define nDPId_PACKETS_PER_FLOW_TO_SEND 15
/* nDPIsrvd default config options */
#define nDPIsrvd_PIDFILE "/tmp/ndpisrvd.pid"