Date: Mon, 23 Apr 2007 08:57:03 +0000 (UTC) From: Andrew Pantyukhin <sat@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/py-timeoutsocket Makefile distinfo pkg-descr pkg-plist Message-ID: <200704230857.l3N8v38D086898@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sat 2007-04-23 08:57:03 UTC
FreeBSD ports repository
Modified files:
net Makefile
Added files:
net/py-timeoutsocket Makefile distinfo pkg-descr pkg-plist
Log:
Add port net/py-timeoutsocket:
timeoutsocket enables a timeout mechanism on all TCP connections. It
does this by inserting a shim into the socket module. After this module
has been imported, all socket creation goes through this shim. As a
result, every TCP connection will support a timeout.
The beauty of this method is that it immediately and transparently
enables the entire python library to support timeouts on TCP sockets.
WWW: http://www.timo-tasi.org/python/timeoutsocket.py
Author: Timothy O'Malley <timo@alum.mit.edu>
Revision Changes Path
1.1855 +1 -0 ports/net/Makefile
1.1 +20 -0 ports/net/py-timeoutsocket/Makefile (new)
1.1 +3 -0 ports/net/py-timeoutsocket/distinfo (new)
1.1 +10 -0 ports/net/py-timeoutsocket/pkg-descr (new)
1.1 +3 -0 ports/net/py-timeoutsocket/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704230857.l3N8v38D086898>
