]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a simple C-based TCP connection generator, which generates and
authorrwatson <rwatson@FreeBSD.org>
Sat, 9 Oct 2004 20:58:28 +0000 (20:58 +0000)
committerrwatson <rwatson@FreeBSD.org>
Sat, 9 Oct 2004 20:58:28 +0000 (20:58 +0000)
commite6a8dc9c17d3b0fbe4938f386a5cfd1046f19df8
tree6bd4523eb309bfc7abc495797e82b2d66f9e3e16
parent8b9984e2181a28a73b5d9ab8e5cdd8ae11bf04f8
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.
tools/regression/netinet/tcpconnect/Makefile [new file with mode: 0644]
tools/regression/netinet/tcpconnect/tcpconnect.c [new file with mode: 0644]