quinn-rs / quinn

Async-friendly QUIC implementation in Rust
Apache License 2.0
3.57k stars 363 forks source link

Defer initial packet payload decryption until after accept #1804

Closed Ralith closed 2 months ago

Ralith commented 2 months ago

Reduces the amount of work done for connection attempts that will be refused or ignored when the application layer can do so cheaply, e.g. using a blocked IP list.