Hey, ok so winsock works if i loop back to my self with 127.0.0.1 or if i connect to a server on another computer with it's ip, if the computer is on the same network.
How do I connect to a computer that's completely independent from mine except that it's connected to the internet, and has my client or my server?
If I do the same thing just change the 127.0.0.1 to the person's ip address nothing happens at all.