From owner-cvs-src@FreeBSD.ORG Sat Feb 12 20:07:24 2005 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 8222F16A4CF; Sat, 12 Feb 2005 20:07:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4ABF843D49; Sat, 12 Feb 2005 20:07:24 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1CK7OUL018202; Sat, 12 Feb 2005 20:07:24 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1CK7OQf018201; Sat, 12 Feb 2005 20:07:24 GMT (envelope-from rwatson) Message-Id: <200502122007.j1CK7OQf018201@repoman.freebsd.org> From: Robert Watson Date: Sat, 12 Feb 2005 20:07:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/tools/regression/netinet/tcpstream Makefile tcpstream.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, 12 Feb 2005 20:07:24 -0000 rwatson 2005-02-12 20:07:24 UTC FreeBSD src repository Added files: (Branch: RELENG_5) tools/regression/netinet/tcpstream Makefile tcpstream.c Log: Merge tcpstream regression test from HEAD to RELENG_5. This brings tcpstream.c in RELENG_5 up to 1.2, and Makefile up to 1.2. Add tcpstream, a simple TCP stream generator that uses a pseudo-random sequence to detect data corruption visible to an application. Revision Changes Path 1.3.2.1 +9 -0 src/tools/regression/netinet/tcpstream/Makefile (new) 1.2.2.1 +233 -0 src/tools/regression/netinet/tcpstream/tcpstream.c (new)