]> git.ipfire.org Git - thirdparty/suricata.git/commit
stream: enable backoff on event rules
authorVictor Julien <vjulien@oisf.net>
Mon, 24 Jun 2024 10:34:44 +0000 (12:34 +0200)
committerVictor Julien <vjulien@oisf.net>
Fri, 28 Jun 2024 07:46:34 +0000 (09:46 +0200)
commit9e735fd6bd18176a77152e47eb28fc800185f872
treed271b79bee9f071498745c3c5a315268109e695c
parent12130df21c875f9384f69182fe30db87d5688552
stream: enable backoff on event rules

Enable backoff for most rules. The rules looking at the session start up
use a count of 1 and a multiplier of 2.

Post-3whs rules use a count of 1 and a multiplier of 10.
rules/stream-events.rules