quinn-rs / quinn

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

Accessor for free datagram send buffer space #1423

Closed Ralith closed 1 year ago

Ralith commented 1 year ago

Useful for applications which can adapt to variable bandwidth on the fly, such as video streaming. Motivated by discussion with an interested prospective user in that space.

Possible future work: a mechanism to be notified when the space increases, or perhaps reaches a threshold.