I have a multiplayer game that works pretty good
Right now if I want 2 people in the same house connected one would need the LAN IP of the other computer
If I want 2 people in different countries connected one person needs to configure the wifi router to make port "X" connections go to "Y" IP computer inside his house and give the house IP to the other person
Now I would like to make 2 random people around the world connect by just pressing one button inside the game
nothing to configure just open the game, press the button and bam 2 random people connected
so whats the best way to do this using winsock?