mirror of https://github.com/OISF/suricata
flowworker: rate limit flow queue processing
Until this patch the logic the flow worker flow house keeping used was: - at most 2 flows are handled per packet - pseudo packets could flush the entire queue This patch changes that. Pseudo packets are fairly common, and can lead to packet stalls / latency spikes if the number of flows in the queue is large. It does that by adding a new packet type only used at shutdown, which flushes out the queues completely. All other packets will now stick to the 2 flow rate limit.pull/8858/head
parent
04d3584889
commit
55e32b2544
Loading…
Reference in New Issue