how to use msquic on my own udp socket #3270
Unanswered
memetao (MemeTao)
asked this question in
Q&A
Replies: 1 comment 9 replies
|
Unfortunately, no. MsQuic doesn't support app-owned UDP sockets as we have to set a lot of custom socket options to make everything work. What are you trying to accomplish? Why do you need to own the socket? |
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I want use msquic on my app:
I cerate an udp socket, and provide 'send' 'recv' to msquic, is there such an interface?
All reactions