quinn-rs / quinn

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

Respect max_udp_payload_size transport parameter #1463

Closed Ralith closed 1 year ago

Ralith commented 1 year ago

This has no effect with our default minimal MTU, but if the MTU is configured higher manually it's required for conformance.