Hi Tachyon,
In using your program to open a socket on a remote specific port from a local specific port, I found that once the connection is closed by Perl, the Solaris system shows the connection in TIME_WAIT state for 5 minutes. This means I can't test the connection again for another 5 minutes.
So what I am trying to do is test the connectivity between
two specific ports on two different machines through a firewall. Do you know of a way using perl to get around the time wait problem?
thanks
W3ntp