suricata
suricata copied to clipboard
flow: Add cfg for optional flow reuse during low memory
By default, force flow reuse to reuse an existing flows no matter the state of the flow.
Add a configuration option flow.force-reuse, enabled by default, that can turn off the above behavior.
Ticket: #6293
Make sure these boxes are signed before submitting your Pull Request -- thank you.
- [✓] I have read the contributing guide lines at https://docs.suricata.io/en/latest/devguide/contributing/contribution-process.html
- [✓] I have signed the Open Information Security Foundation contribution agreement at https://suricata.io/about/contribution-agreement/ (note: this is only required once)
- [✓] I have updated the user guide (in doc/userguide/) to reflect the changes made (if applicable)
Link to redmine ticket: https://redmine.openinfosecfoundation.org/issues/6293
Describe changes: Add a configuration option flow.force-reuse, enabled by default, that can turn off flow reuse in low memory situations.
Provide values to any of the below to override the defaults.
SV_BRANCH=pr/1614