cvs commit: src/tools/regression/netinet/tcpconnect Makefile
tcpconnect.c
Robert Watson
rwatson at FreeBSD.org
Sat Oct 9 13:58:28 PDT 2004
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)
More information about the cvs-src
mailing list