Skip to content

[test] Send packet slower so no packets are missed

MelanieCarriere requested to merge FixWindowsStreamTest into master

On some pcap, the time where packets should be send is very shorten. So 2 packets can be inverted. By sending them slower, we reduce bugs.

To ensure that the packet are still process in a reasonable time, we add a test in the TestReader

Merge request reports