quinn-rs / quinn

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

Send ping on rebind to ensure peers notice migration #1217

Closed Ralith closed 2 years ago

Ralith commented 2 years ago

Otherwise, a client that is only receiving will lose its connection on rebind.

djc commented 2 years ago

Nice idea!