Skip to content

QUIC - Quick UDP Internet Connections in tokio #4992

Answered by Noah-Kennedy
hanusek asked this question in Q&A
Discussion options

You must be logged in to vote

Tokio does not itself support QUIC, as that is out of scope for the async runtime. That said, there are multiple QUIC implementations you can use with tokio. quiche is very powerful but somewhat low level, and you may find using it to be a fair bit of work. quinn, on the other hand, is easier to use out of the box as it is higher-level and builds on top of tokio directly for its IO.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by hawkw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants