quinn
quinn copied to clipboard
Async-friendly QUIC implementation in Rust
Hi. Thanks for quinn. I want to call QUINN from C/CPP. How can I create a C/CPP bindings?
This is same assert as #1196, reproducing in debug config & a setup that sends 1000 datagrams 1ms apart. https://github.com/jfro/quictest just `cargo run` should demonstrate it. currently happens every time...
Not sure if this should just be documented or if there should be a fix to the calculation. If I try to send a packet via `send_datagram` of data at...
We need to check the current state before waiting.
I've been playing a bit around with latency injection and measuring throughput. The setup is probably slightly broken and needs some more tuning, but it still already showed some surprising...
We want to introduce this library on our client product, so would like to know background information on this part, thanks
This allows outgoing data to parallelize perfectly. Initial informal testing suggests a performance improvement for bulk data, likely due to reduced allocation and cross-task messaging. A larger performance benefit should...
I have a Quinn client and server, where the server sends a stream of datagrams to the client. I found that the client is leaking memory, and memory profiling with...
Closes #1661 Please see individual commit messages.
Fixes #1760, #1756.