alibaba / xquic

XQUIC Library released by Alibaba is a cross-platform implementation of QUIC and HTTP/3 protocol.
Apache License 2.0
1.64k stars 326 forks source link

[!] fix test error on ubuntu as retransmission might happen and the rcvd/sent bytes will be more than specified #353

Closed Kulsk closed 8 months ago

Kulsk commented 8 months ago

if packet is lost or retransmit on PTO, the final rcvd/sent bytes will exceed the specified amount, makes the test case fail