quinn-rs / quinn

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

Backwards-compatibility with late draft versions #1232

Closed Ralith closed 2 years ago

Ralith commented 2 years ago

Inspired by conversation with @Dessix. Allows the upcoming Quinn release to remain backwards-compatible with 0.7.x.

Ralith commented 2 years ago

This does not include support for version negotiation, as that's still a draft; see https://datatracker.ietf.org/doc/draft-ietf-quic-version-negotiation/.