quinn-rs / quinn

Async-friendly QUIC implementation in Rust
Apache License 2.0
3.57k stars 363 forks source link

preferred address #1816

Closed devsnek closed 2 months ago

devsnek commented 2 months ago

allows server to provide a preferred address to clients.

djc commented 2 months ago

FYI, we're planning to release 0.11.0 soon (see https://github.com/quinn-rs/quinn/issues/1737). This includes some semver-incompatible changes in its current form, so it would be nice to see if we can get it merged.

djc commented 2 months ago

This is looking pretty good, thanks! I'll let @Ralith make a final review pass.