in reply to Windows socket timout code
If you haven't already, try adding it to your connect...Timeout Timeout value for various operations
my $sock = new IO::Socket::INET ( PeerAddr => "$hostip", PeerPort => "$hostport", Proto => 'tcp', Timeout => $TIMEOUT, );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Windows socket timout code
by smack (Beadle) on Sep 04, 2004 at 12:08 UTC | |
|
Re^2: Windows socket timout code
by smack (Beadle) on Sep 04, 2004 at 12:13 UTC | |
|
Re^2: Windows socket timout code
by smack (Beadle) on Sep 04, 2004 at 12:12 UTC |