summaryrefslogtreecommitdiff
path: root/net/p5-IO-Socket-Timeout/DESCR
blob: 5e8821a69d2eb2db99885d9e1b6d768cc11086c3 (plain)
1
2
3
4
5
6
7
IO::Socket provides a way to set a timeout on the socket, but the
timeout will be used only for connection, not for reading/writing
operations.

This module provides a way to set a timeout on read/write operations
on an IO::Socket instance, or any IO::Socket::* modules, like
IO::Socket::INET.