quinn-rs / quinn

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

Improve error when connecting with an unsupported version #1482

Closed Ralith closed 1 year ago

Ralith commented 1 year ago

If the cryptographic layer supports a version not in the local endpoint's supported versions list, a connection was initiated but all packets returned by a compatible peer were dropped. This is a relatively easy configuration error to make.

Fixes #1481.