Actions
Bug #8710
open
AK
AK
flow-manager: no flow timeout with flow.hash-size < 10
Bug #8710:
flow-manager: no flow timeout with flow.hash-size < 10
Affected Versions:
Effort:
Difficulty:
Label:
Description
Due to a rounding calculation in flow-manager.c, the variable rows_per_sec was set to 0 in the case of flows.hash-size < 10.
This caused Flow Manager to not time out any flows during Suricata runtime.
The fix proposes to ensure the minimum value for rows_per_sec is 1.
Actions