quinn-rs / quinn

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

Clamp per-RTT ACK timeouts to at most once per 10ms #1654

Closed Ralith closed 1 year ago

Ralith commented 1 year ago

Avoids unreasonably high ACK rates on LANs/loopback.

djc commented 1 year ago

Nice work!

Ralith commented 1 year ago

I think #1656 is actually a better way to go here. Will open a new PR with just the refactoring.