diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2021-01-10 19:08:03 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2021-01-10 19:12:05 +0100 |
commit | f5d5c076a3a7f2d5ef87d195a67f5c624e09c137 (patch) | |
tree | 189e8caaaf2cd0e6857f31316f295740af6afd0f /config.h | |
parent | b82a535a45c5eaadbbc558c6063e35dd1c99ce1f (diff) |
Added internal/external packet processing modes. #2
* fixed incorrect handling of skipped flows
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ #define nDPId_MAX_READER_THREADS 32 #define nDPId_IDLE_SCAN_PERIOD 10000 /* 10 sec */ #define nDPId_IDLE_TIME 600000 /* 600 sec */ -#define nDPId_POST_END_FLOW_TIME 60000 /* 60 sec */ +#define nDPId_TCP_POST_END_FLOW_TIME 60000 /* 60 sec */ #define nDPId_THREAD_DISTRIBUTION_SEED 0x03dd018b #define nDPId_PACKETS_PER_FLOW_TO_SEND 15 #define nDPId_FLOW_STRUCT_SEED 0x5defc104 |