kixcord

Results 1 issues of kixcord

The [Transmit](https://docs.rs/quinn-udp/0.5.10/quinn_udp/struct.Transmit.html) struct accepts a single buffer. If it accepted a `&[IoSlice]` then I could perform vectored writes. My use case is actually for WebRTC. I want to batch/encode RTP...