cvs commit: src/tools/regression/netinet/tcpconnect Makefile
tcpconnect.c
Robert Watson
rwatson at FreeBSD.org
Sat Feb 12 20:46:49 GMT 2005
rwatson 2005-02-12 20:46:48 UTC
FreeBSD src repository
Added files: (Branch: RELENG_5)
tools/regression/netinet/tcpconnect Makefile tcpconnect.c
Log:
Merge tcpconnect regression test from HEAD to RELENG_5: bring tcpconnect.c
up to 1.3, and Makefile to 1.2:
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.3.2.1 +8 -0 src/tools/regression/netinet/tcpconnect/Makefile (new)
1.3.2.1 +141 -0 src/tools/regression/netinet/tcpconnect/tcpconnect.c (new)
More information about the cvs-src
mailing list