quinn-rs / quinn

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

Improve behavior when only one peer sends ACK-eliciting packets #1761

Closed Ralith closed 7 months ago

Ralith commented 7 months ago

Fixes #1760, #1756.

Ralith commented 7 months ago

Added a test for the sender-side behavior that should prevent future regressions, seeing as we've already inadvertently broken this once.