From owner-freebsd-net@FreeBSD.ORG Mon Jul 3 13:20:49 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org 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 A93BD16A522 for ; Mon, 3 Jul 2006 13:20:49 +0000 (UTC) (envelope-from gnn@neville-neil.com) Received: from mrout2-b.corp.dcn.yahoo.com (mrout2-b.corp.dcn.yahoo.com [216.109.112.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDC8344105 for ; Mon, 3 Jul 2006 13:00:08 +0000 (GMT) (envelope-from gnn@neville-neil.com) Received: from minion.local.neville-neil.com (proxy8.corp.yahoo.com [216.145.48.13]) by mrout2-b.corp.dcn.yahoo.com (8.13.6/8.13.6/y.out) with ESMTP id k63Cxj3Q025855; Mon, 3 Jul 2006 05:59:48 -0700 (PDT) Date: Mon, 03 Jul 2006 21:59:37 +0900 Message-ID: From: gnn@freebsd.org To: Marcin Jessa In-Reply-To: <20060703094806.689f33ae@marcin> References: <44A552FA.2030302@cisco.com> <20060703094806.689f33ae@marcin> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.0.50 (i386-apple-darwin8.6.1) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: freebsd-net@freebsd.org Subject: Re: SCTP X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 13:20:49 -0000 At Mon, 3 Jul 2006 09:48:06 +0200, Marcin Jessa wrote: > > And please start testing this because many of us want to integrate > > this in the near future :-) > > Any hints on how to test SCTP ? > Not much really about any practical implementation of it > on http://www.sctp.org/ One trivial toy to play with is NetPIPE, but that's just a bandwidth tester. It does show socket programming with SCTP, which is relatively the same as TCP, until you get to the advanced features, which NetPIPE doesn't cover. You'll need my updated NetPIPE until the patches are committed to their project: http://www.freebsd.org/~gnn/netpipe.tar.gz I suspect Randall has a better list of things to try. Best, George