Hey, have you got any suggestions with methods of preventing anonymous connections? With TCP, some things are considerably exploitable. A prime example is the obvious one, once we direct ourselves to "server's ip:port" using an internet browser, it establishes a connection between both network.
I've tried a method where the server checks whether the current socket is connected (using 'tcpconnected' with 39DLL), if it isn't then the server closes the socket. My method did not work, though. However, the results were not of what I've expected; instead of it [socket] being closed it's set to a halt: close_wait.
Converting to UDP isn't an option for me.
Suggestions, please.
