Skip to content
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 connections #27

Open
sheerun opened this issue Jun 14, 2016 · 3 comments
Open

udp connections #27

sheerun opened this issue Jun 14, 2016 · 3 comments

Comments

@sheerun
Copy link

sheerun commented Jun 14, 2016

Hey,

I'm in need of proxying udp ports (serf uses it for gossip protocol). Do you maybe support them?

@mmatczuk
Copy link
Contributor

UDP is not supported. I think you need some other technology (like https://github.com/astroza/udptunnel) that is UDP backed otherwise you would push UDP or at least UDP data over TCP. Usually when a protocol is based on UPD there is a reason for it.

@sheerun
Copy link
Author

sheerun commented Jun 23, 2016

Tunneling via TCP is fine, it's only a channel between client and tunneling server, the tunneling server can forward / receive udp packets normally, and that's what matters.

@rjeczalik
Copy link
Member

client and tunneling server

@sheerun If you want to push your data to your local server from tunnel client over udp, then it eventually will be supported - I was planning to add support for user-provided proxy functions.

@rjeczalik rjeczalik changed the title ucp connections udp connections Jun 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants