Hey again…
So I finally made my game work with UDP, from localhost to localhost =/
When I try to play over a network, I get ICMP messages back telling me that the port is unreachable (tried it with ethereal).
I start the UDP server on port 27901, and send UDP packets there… I tried it with port 9001 as well.
Anyone got a idea?