quinn-rs / quinn

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

Fix ACK frequency extension corner case #1672

Closed Ralith closed 1 year ago

Ralith commented 1 year ago

Reflects the logic change in https://github.com/quicwg/ack-frequency/pull/222. See also discussion in https://github.com/quicwg/ack-frequency/issues/183.