quinn-rs / quinn

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

BBR v3 support? #1630

Closed moranno closed 1 year ago

moranno commented 1 year ago

Google has release BBR v3: https://github.com/google/bbr/tree/v3

Which has a lot of improvement: https://www.phoronix.com/news/Google-BBRv3-Linux

Hoping quinn's BBR v3 support is underway.

Ralith commented 1 year ago

We're not actively working on this. Contributions to implement v3 would be very welcome!

Ralith commented 1 year ago

See #1254.