quinn-rs / quinn

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

Very low throughput when perfing #1390

Closed alexj0l closed 1 year ago

alexj0l commented 2 years ago

Hi everyone, when I'm running cargo run --bin perf_client on a host and cargo run --bin perf_server on another host within mininet network I get a maximal upload/download throughput of 19-20MiB/s. What's the reasons of this? For comparison, I've tried to perf another QUIC Implementation (msquic) and I get there almost 1GiB/s. Could someone help me?

djc commented 2 years ago

Maybe try with --release?

Ralith commented 1 year ago

Presuming resolved.