You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: