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.
OT Updated by OISF Ticketbot 2 days ago
- Subtask #8711 added
OT Updated by OISF Ticketbot 2 days ago
- Label deleted (
Needs backport to 8.0)
LS Updated by Lukas Sismis about 22 hours ago
- Status changed from Assigned to In Review
VJ Updated by Victor Julien about 3 hours ago
- Status changed from In Review to Resolved
Actions