ktls / af_ktls

Linux Kernel TLS/DTLS Module
GNU General Public License v2.0
159 stars 25 forks source link

tests: enhance the DTLS window unit test to account for lost packets #82

Closed nmav closed 8 years ago

nmav commented 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 )

fridex commented 8 years ago

LGTM, merging. Thanks.