FYI. msquic-async crate #4707
masa-koz
started this conversation in
Show and tell
Replies: 2 comments 2 replies
-
I haven't looked at the details of the crate. How do you handle buffers on the send and receive path? Do you use send buffering (i.e. copies data)? On the receive path, do you return pending or do you copy the buffers somewhere? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I've published this in crates.io. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I created
msquic-async
MsQuic based quic library that supports async operation for rust.https://github.com/masa-koz/msquic-async-rs
Using this crate, you can use MsQuic as below.
Regards,
Beta Was this translation helpful? Give feedback.
All reactions