]> git.ipfire.org Git - thirdparty/suricata.git/commit
dns: remove flood protection purging 6076/head
authorJason Ish <jason.ish@oisf.net>
Thu, 22 Apr 2021 15:41:48 +0000 (09:41 -0600)
committerJason Ish <jason.ish@oisf.net>
Thu, 22 Apr 2021 15:45:14 +0000 (09:45 -0600)
commitc7f44447c9dda294755348770956148a36633f0c
treebcd309d0abf69f8c2d7cd0a5985952ff5026e90f
parentafaa18c5ad183d068795cf15d21d3642814ceb23
dns: remove flood protection purging

It doesn't look like flood protection is required with the
stateless parser anymore. It actually can get in the way of TCP
DNS when a large number of requests end-up in the same segment
where a TX can get purged before it has a chance to go through
the normal TX life-cycle.
rust/src/dns/dns.rs