Open seppy87 opened 5 years ago
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 :)
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.
There is QUIC which is over UDP.
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.