quinn-rs / quinn

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

Privatize TransportParameters::default() #1627

Closed Ralith closed 1 year ago

Ralith commented 1 year ago

This was a footgun for custom crypto session implementers.

Ralith commented 1 year ago

CI failed spuriously due to https://github.com/quinn-rs/quinn/issues/1628. Reran successfully.