quinn-rs / quinn

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

Fixes on bench lib for 32-bit platforms. #1366

Closed matszpk closed 2 years ago

matszpk commented 2 years ago

Fixes on bench lib for 32-bit platforms. Change upload_size and download_size to u64.

djc commented 2 years ago

Thanks!