quinn-rs / quinn

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

Implement the grease bit #1220

Closed Ralith closed 2 years ago

Ralith commented 2 years ago

This is a draft anti-ossification measure. See https://github.com/quicwg/quic-bit-grease.

Ralith commented 2 years ago

This was accomplished in #1286.