mirror of https://github.com/OISF/suricata
defrag: don't return after a cleaning.
This patch changes the policy of the timeout function by cleaning every timeouted trackers. Previous code was only freeing the first tracker and this was resulting in calling the timeout function continuously. One of my previous patch has modified the function to avoid to run it more than twice a second. But as it was not taken into account the fact only the first tracker was freed, the result was that a lot of tracker could not be allocated.pull/69/head
parent
b6834cb6b2
commit
937ba71491
Loading…
Reference in New Issue