Closed nmav closed 8 years ago
This adds tests for cases where many lost packets are encountered, such as 50% of the packets received, as well as 3 consequent packets being lost.
This test uncovers the fact that there is an issue with the sliding window implementation recovering from many lost packets (originally reported at https://bugzilla.redhat.com/show_bug.cgi?id=1370881 )
LGTM, merging. Thanks.
This adds tests for cases where many lost packets are encountered, such as 50% of the packets received, as well as 3 consequent packets being lost.
This test uncovers the fact that there is an issue with the sliding window implementation recovering from many lost packets (originally reported at https://bugzilla.redhat.com/show_bug.cgi?id=1370881 )