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

HTTP over UDP? #25

Open
seppy87 opened this issue Dec 13, 2018 · 3 comments
Open

HTTP over UDP? #25

seppy87 opened this issue Dec 13, 2018 · 3 comments

Comments

@seppy87
Copy link

seppy87 commented Dec 13, 2018

Hallo,

I am relatively new in the matter. I hope not to offend anyone. But is there a way to make a UdpListener here? I know HTTP is usually over TCP/IP.

My Intention:
My work (I respect the LGPL and I will mention your DLL and your site in the About Section extra) communicates over HTTP and It is much easier to make UDP Hole punching than to convince people to open a Port for it.

@shanielh
Copy link

I guess you can try implement IHttpListener in your user code and use it instead of the TCPListener.. good luck, let me know if it works :)

@AStopher
Copy link

Sounds like you're trying to create a server that sits behind a domestic home network, correct?
If so, UDP won't solve your issues- you'll need to create a relay server or (as you've already mentioned) have your users port forward.

@minecraftchest1
Copy link

There is QUIC which is over UDP.

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

4 participants