From owner-freebsd-net@FreeBSD.ORG Mon Jul 3 07:48:06 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 A8D0E16A4D0; Mon, 3 Jul 2006 07:48:06 +0000 (UTC) (envelope-from lists@yazzy.org) Received: from mx1.yazzy.org (mx1.yazzy.org [84.247.145.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4338B43D48; Mon, 3 Jul 2006 07:48:06 +0000 (GMT) (envelope-from lists@yazzy.org) Received: from mail.witelcom.com ([84.247.144.144] helo=marcin) by mx1.yazzy.org with esmtps (TLSv1:AES256-SHA:256) (YazzY.org) id 1FxJA0-0004mX-4i; Mon, 03 Jul 2006 09:48:00 +0200 Date: Mon, 3 Jul 2006 09:48:06 +0200 From: Marcin Jessa To: gnn@freebsd.org Message-ID: <20060703094806.689f33ae@marcin> In-Reply-To: References: <44A552FA.2030302@cisco.com> Organization: YazzY.org X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.19; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Score: -2.5 (--) 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 07:48:06 -0000 On Sat, 01 Jul 2006 17:46:48 +0900 gnn@freebsd.org wrote: > At Fri, 30 Jun 2006 12:36:10 -0400, > randall wrote: > > > > Hi all: > > > > The following link: > > > > http://www.sctp.org/cvs_diff_6_30.bz2 > > > > Will get you a large patch that you can apply to Current that will > > add SCTP. > > > > Its a bzip2 patch file since it is so large :-D > > > > It includes the changes to a few base files.. and mainly its the > > complete files diff'd against this mornings current cvs... > > > > Yes, I know that the build is broken in acpi/acpi_asus but the sctp > > code did compile and build a kernel for me... so once the above is > > fixed.. you should be able to use the patch and check it out :-D > > > > Oh, you will need to add > > > > option SCTP > > > > to your kernel conf... and it might not > > hurt to do a make sysent in sys/kern > > > > I will prepare a seperate file for the overall libsctp.a > > once I figure out where it should go :-D > > > > Happy SCTPing.. and if you have any problems with the patch please > > send me an email :-D > > 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/ Marcin.