From owner-freebsd-net@FreeBSD.ORG Fri Jan 7 06:41:16 2005 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E494616A4D0 for ; Fri, 7 Jan 2005 06:41:16 +0000 (GMT) Received: from outbound0.sv.meer.net (outbound0.sv.meer.net [205.217.152.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id C16A143D1F for ; Fri, 7 Jan 2005 06:41:16 +0000 (GMT) (envelope-from gnn@neville-neil.com) Received: from mail.meer.net (mail.meer.net [209.157.152.14]) j076fFwN059164; Thu, 6 Jan 2005 22:41:16 -0800 (PST) (envelope-from gnn@neville-neil.com) Received: from minion.local.neville-neil.com (pc1.oakwoodazabu1-unet.ocn.ne.jp [220.110.140.201]) by mail.meer.net (8.12.10/8.12.10/meer) with ESMTP id j076fCuE079949; Thu, 6 Jan 2005 22:41:13 -0800 (PST) (envelope-from gnn@neville-neil.com) Date: Fri, 07 Jan 2005 15:41:08 +0900 Message-ID: From: gnn@freebsd.org To: Manish Sapariya In-Reply-To: <5abcac5c0501062204120fc24d@mail.gmail.com> References: <20050105053301.85548.qmail@web8404.mail.in.yahoo.com> <5abcac5c0501062204120fc24d@mail.gmail.com> User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.5 Emacs/21.2 (powerpc-apple-darwin) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII cc: freebsd-net@freebsd.org Subject: Re: test suites for testing tcp/ip implementation X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jan 2005 06:41:17 -0000 At Fri, 7 Jan 2005 11:34:03 +0530, Manish Sapariya wrote: > > Hello, > Can anybody suggest me freely available test suite for tcp/ip implementation. > Are there any avalilable? If you mean something that can veryify an RFC or do packet by packet testing then the answer is, "Not yet." There are other apps that folks use to do testing such as: ANVL (for pay, not very good, IMHO). Last time I used this they had not implemented exhaustive protocol testing for TCP/IP and writing new tests was non-trivial. It used to require specific hardware as well (at the time a Sun with an HME ethernet card). Some folks use these peformance tests to do testing: NetPipe netperf They are both in ports, and there are others as well. Later, George