in reply to Timeout for an established connection
There is a timeout method in IO::Socket:
timeout(VAL)
Set or get the timeout value (in seconds) associated with this socket. If called without any arguments then the current setting is returned. If called with an argument the current setting is changed and the previous value returned.
Hope this helps.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Timeout for timeout for an established connection
by zwon (Abbot) on Dec 30, 2012 at 16:17 UTC | |
|
Re^2: Timeout for timeout for an established connection
by 0day (Sexton) on Dec 30, 2012 at 16:27 UTC |