pro510
If I use the command line ftp, and close the connection, netstat does not show the connection anymore.
If I call close in my code, netstat shows the connection in TIME_WAIT state. Is there a way to close the connection and not leave the socket in TIME_WAIT state?
Thanks,
Graham
If I call close in my code, netstat shows the connection in TIME_WAIT state. Is there a way to close the connection and not leave the socket in TIME_WAIT state?
Thanks,
Graham