Unexpected TCP connection without server binding the port
I’m trying in a loop to connect to a TCP socket as a client. My expectations are that I should not be able to establish the connnection untill the server binds the socket. However, after arrount 15 to 20 minutes, the script establishes a connection even though no server is running.