Replies: 1 comment 6 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? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want use msquic on my app:
I cerate an udp socket, and provide 'send' 'recv' to msquic, is there such an interface?
Beta Was this translation helpful? Give feedback.
All reactions