quinn-rs / quinn

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

Question about datagrams #1200

Closed protheory8 closed 2 years ago

protheory8 commented 2 years ago

README.md mentions support for datagrams, does this mean that Quinn supports An Unreliable Datagram Extension to QUIC or does this mean something else (perhaps an implementation that isn't compatible with this extension)?

djc commented 2 years ago

Yes, we implement that extension (though I don't know if we're compliant with the latest draft).

protheory8 commented 2 years ago

Thanks!