quinn icon indicating copy to clipboard operation
quinn copied to clipboard

Async-friendly QUIC implementation in Rust

Results 223 quinn issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

bug

We need to check the current state before waiting.

bug
good first issue

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...

bug

Closes #1661 Please see individual commit messages.