mirror of https://github.com/OISF/suricata
defrag: use IP ID in hash
This patch fixes the collision issue observed on an intensive network trafic. When there is fragmentation it is the case for all data exchanged between two hosts. Thus using a hash func only involving IP addresses (and protocol) was leading to a collision for all exchanges between the hosts. At a larger scale, it was resulting in a packet loss. By using the IP ID instead of the protocol family, we introduce a real difference between the trackers.remotes/origin/master
parent
a5587fec2e
commit
4df509f87a
Loading…
Reference in New Issue