quinn-rs / quinn

Async-friendly QUIC implementation in Rust
Apache License 2.0
3.85k stars 394 forks source link

Identify connections by four-tuple #1306

Closed Ralith closed 2 years ago

Ralith commented 2 years ago

Fixes association of packets to connections when zero-length connection IDs are in use and packets are accepted on multiple IP addresses on the same subnet.