Date: Sat, 9 Oct 2004 20:58:28 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/regression/netinet/tcpconnect Makefile tcpconnect.c Message-ID: <200410092058.i99KwST1025136@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2004-10-09 20:58:28 UTC
FreeBSD src repository
Added files:
tools/regression/netinet/tcpconnect Makefile tcpconnect.c
Log:
Add a simple C-based TCP connection generator, which generates and
closes the specified number of TCP connections sequentially and
synchronously. Useful for trying to trigger races in the accept
code.
Revision Changes Path
1.1 +8 -0 src/tools/regression/netinet/tcpconnect/Makefile (new)
1.1 +152 -0 src/tools/regression/netinet/tcpconnect/tcpconnect.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410092058.i99KwST1025136>
