From owner-freebsd-net@FreeBSD.ORG Sat Jul 1 09:07:03 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 7F09616A543 for ; Sat, 1 Jul 2006 09:07:03 +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 8C42E440F7 for ; Sat, 1 Jul 2006 08:47:13 +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 k618kpAp005497; Sat, 1 Jul 2006 01:46:51 -0700 (PDT) Date: Sat, 01 Jul 2006 17:46:48 +0900 Message-ID: From: gnn@freebsd.org To: Randall Stewart In-Reply-To: <44A552FA.2030302@cisco.com> References: <44A552FA.2030302@cisco.com> 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: Sat, 01 Jul 2006 09:07:03 -0000 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 :-) Thanks, George