quinn-rs / quinn

Async-friendly QUIC implementation in Rust
Apache License 2.0
3.74k stars 379 forks source link

Implement support for multipath #224

Open djc opened 5 years ago

djc commented 5 years ago

QUIC v1 will not include support for multipath traffic, but it is already being discussed. In particular, there's an Internet Draft here:

https://datatracker.ietf.org/doc/draft-deconinck-quic-multipath/?include_text=1

This issue will help us keep track of implementation efforts of multipath in Quinn.

link2xt commented 9 months ago

Multipath QUIC website: https://multipath-quic.org/ GitHub repository: https://github.com/quicwg/multipath IETF draft: https://datatracker.ietf.org/doc/draft-ietf-quic-multipath/

dignifiedquire commented 6 months ago

Some interesting background on the various forms of the current proposals: https://www.privateoctopus.com/2024/02/28/long-slow-path-to-quic-multipath.html