quinn-rs / quinn

Async-friendly QUIC implementation in Rust
Apache License 2.0
3.76k stars 380 forks source link

Deflake ACK tests #1639

Closed Ralith closed 1 year ago

Ralith commented 1 year ago

Fixes https://github.com/quinn-rs/quinn/issues/1628

I chose to make this option private and test-only since I don't see a good reason to expose it in general.