-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UDP support #12
Comments
sure, UDP support is in plan. |
Hi @genshen, |
Perhaps UDP within socks5 protocol is more complicated than what bradleyfalzon/udp-to-tcp does. |
Yes for client use socks5 UDP as you mentioned, but I talk about server and how UDP packets must transfered through websocket (which on TCP protocol) Best example of this is v2ray |
Yep, you are right😀. I will check the code implementation of v2ray to see if wssocks can learn something from v2ray. |
thanks for your attention and the great project |
Hi, any news about this? |
Did you have any plan to implement a way to transfer UDP packets through the TCP connection?
For example v2ray can do it
The text was updated successfully, but these errors were encountered: