From owner-cvs-src@FreeBSD.ORG Sat Oct 9 20:58:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA81016A4CE; Sat, 9 Oct 2004 20:58:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A629E43D58; Sat, 9 Oct 2004 20:58:28 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i99KwSQA025137; Sat, 9 Oct 2004 20:58:28 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i99KwST1025136; Sat, 9 Oct 2004 20:58:28 GMT (envelope-from rwatson) Message-Id: <200410092058.i99KwST1025136@repoman.freebsd.org> From: Robert Watson Date: Sat, 9 Oct 2004 20:58:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression/netinet/tcpconnect Makefile tcpconnect.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Oct 2004 20:58:28 -0000 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)