Hi there,
I've been duct-taping together a small chat tool to get familiar with the network stuff.
Needless to say it didn't work, or else I wouldn't be posting here :wink:
After that I tried using the socket example program that's inside SFML's sample folder.
I tested it out with a friend and it also didn't work. For him the program seemed to connect fine, but for me nothing happened.
I sit behind a router, but I've forwarded the port (UDP and TCP, however we only tried TCP connection).
We both added the program as an exception to the firewall (later we disabled it completely, just to double check).
I used the IP I got from there:
http://www.sfml-dev.org/ip-provider.phpSo, I think I have checked everything that usually poses an error. It still didn't connect for me.
Anyone knows something I can do to single out the problem? Or how to find it in the first place *cough*