Path to this page:
Subject: CVS commit: pkgsrc/net/p5-IO-Socket-Timeout
From: Wen Heping
Date: 2016-02-23 03:17:27
Message id: 20160223021727.1ACB4FBB7@cvs.NetBSD.org
Log Message:
Import IO-Socket-Timeout-0.32 as net/p5-IO-Socket-Timeout.
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.
Files: