http://www.perlmonks.org?node_id=998696


in reply to Re^4: UDP Client Multiple servers
in thread UDP Client Multiple servers

Not really, despite documentation for IO::Socket::INET says "Timeout value for various operations", Timeout parameter is only used by connect method of IO::Socket, it doesn't affect recv in any way.

Replies are listed 'Best First'.
Re^6: UDP Client Multiple servers
by brap (Pilgrim) on Oct 12, 2012 at 14:45 UTC

    Huh! Good to know. Thank you zwon++