quinn-rs / quinn

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

quicwg out of date #1618

Closed ghost closed 1 year ago

ghost commented 1 year ago

https://github.com/quicwg/base-drafts/wiki/Implementations

i found quinn only support draft28

djc commented 1 year ago

I updated it a bit, thanks for reporting.

ghost commented 1 year ago

Protocol IDs: 0xff00001c you believe this is correct quic v1 has a id of 0x1

djc commented 1 year ago

I've removed the protocol IDs, I don't think they're useful as we don't have a public server right now anyway.