andrei-drexler / ironwail

High-performance QuakeSpasm fork
GNU General Public License v2.0
481 stars 43 forks source link

NAT Punchthrough #255

Open VinnyVicious opened 9 months ago

VinnyVicious commented 9 months ago

Playing online with friends right now is a bit convoluted and the easiest way out is using something like Hamachi. In FTEQW sv_public 2 uses TCP to connect to the master server instead of UDP, which allows the client and server to exchange address information.

https://sourceforge.net/p/fteqw/code/HEAD/tree/trunk/engine/server/sv_main.c#l120