quinn-rs / quinn

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

Send path validation responses to the correct remote #1746

Closed Ralith closed 8 months ago

Ralith commented 8 months ago

We previously always sent these on the active path, which undermines a peer's validation of the return direction of a candidate new path.