quinn-rs / quinn

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

Generalize UdpStats::transmits to ios #1655

Closed Ralith closed 1 year ago

Ralith commented 1 year ago

Since this field exists for both tx and rx, we might as well make use of it.