quinn-rs / quinn

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

Use config to reject connections rather than extra state #1247

Closed Ralith closed 2 years ago

Ralith commented 2 years ago

Minor simplification. Note that ServerConfig is fairly small and contains no interior mutability, so cloning it is cheap and not a significant change in behavior.