aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2021-09-16 16:43:30 +0200
committerToni Uhlig <matzeton@googlemail.com>2021-09-16 16:43:30 +0200
commit655f38b68f83536054b240de2d3b7316bb407c6a (patch)
treedc0e002c6b355fd8c361961b975a16713a88ea0f /config.h
parent4edf3bf7e6024459dcd807c51ae5d7c81c3a646d (diff)
Fixed some typ0's and reduced ICMP timeout to 10s.
* nDPId: Renamed some of the misleading terms, still TODO for nDPIsrvd * CMake improvments Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 39ea1bf6c..8b45ddff6 100644
--- a/config.h
+++ b/config.h
@@ -26,7 +26,7 @@
#define nDPId_COMPRESSION_FLOW_INACTIVITY 30000u /* 30 sec */
#define nDPId_IDLE_SCAN_PERIOD 10000u /* 10 sec */
#define nDPId_GENERIC_IDLE_TIME 600000u /* 600 */
-#define nDPId_ICMP_IDLE_TIME 30000u /* 30 sec */
+#define nDPId_ICMP_IDLE_TIME 10000u /* 10 sec */
#define nDPId_TCP_IDLE_TIME 7440000u /* 7440 sec */
#define nDPId_UDP_IDLE_TIME 180000u /* 180 sec */
#define nDPId_TCP_POST_END_FLOW_TIME 120000u /* 120 sec */