quinn-rs / quinn

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

Generic receive offload #1244

Closed Ralith closed 2 years ago

Ralith commented 2 years ago

The bulk benchmark spends upwards of 10% of its time in recvmmsg. On Linux (at minimum), generic receive offload might bring this down.

alessandrod commented 2 years ago

I think this can be closed now