From 29a1b13e7ac8f20512b7a066c351bad614998f83 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Tue, 25 Jan 2022 11:16:41 +0100 Subject: Improved Plotly/Dash example. It is now somehow informative. * TCP timeout after FIN/RST: switched back to the value from a35fc1d5ea8570609cc0c8cf6edadc81f8f5bb76 * py-flow-info: reset 'guessed' flag after detection/detection-update received Signed-off-by: Toni Uhlig --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index 841446a08..58b956b36 100644 --- a/config.h +++ b/config.h @@ -29,7 +29,7 @@ #define nDPId_ICMP_IDLE_TIME 120000u /* 120 sec */ #define nDPId_TCP_IDLE_TIME 7440000u /* 7440 sec */ #define nDPId_UDP_IDLE_TIME 180000u /* 180 sec */ -#define nDPId_TCP_POST_END_FLOW_TIME 20000u /* 20 sec */ +#define nDPId_TCP_POST_END_FLOW_TIME 120000u /* 120 sec */ #define nDPId_THREAD_DISTRIBUTION_SEED 0x03dd018b #define nDPId_PACKETS_PER_FLOW_TO_SEND 15u #define nDPId_PACKETS_PER_FLOW_TO_PROCESS 255u -- cgit v1.2.3