From owner-freebsd-net@FreeBSD.ORG Tue Sep 9 12:29:02 2003 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 7237216A4BF for ; Tue, 9 Sep 2003 12:29:02 -0700 (PDT) Received: from h00609772adf0.ne.client2.attbi.com (h00609772adf0.ne.client2.attbi.com [66.31.45.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ED5643FE9 for ; Tue, 9 Sep 2003 12:29:01 -0700 (PDT) (envelope-from rodrigc@crodrigues.org) Received: from h00609772adf0.ne.client2.attbi.com (localhost.crodrigues.org [127.0.0.1])h89JTIIp025250; Tue, 9 Sep 2003 15:29:19 -0400 (EDT) (envelope-from rodrigc@h00609772adf0.ne.client2.attbi.com) Received: (from rodrigc@localhost)h89JTEEa025249; Tue, 9 Sep 2003 15:29:14 -0400 (EDT) Date: Tue, 9 Sep 2003 15:29:14 -0400 From: Craig Rodrigues To: Sheri Salami Message-ID: <20030909192914.GA25233@crodrigues.org> References: <3F5E26DE.1000907@zytrax.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F5E26DE.1000907@zytrax.com> User-Agent: Mutt/1.4i cc: freebsd-net@freebsd.org Subject: Re: SCTP on FreeBSD5.1 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: Tue, 09 Sep 2003 19:29:02 -0000 On Tue, Sep 09, 2003 at 03:15:42PM -0400, Sheri Salami wrote: > Hello: > > We are actively working on a project to implement SCTP (actually we want > to implement the whole SIGTRAN stack ) on FreeBSD 5.1-current. Are > there any others who have succesfully done this on 5.1? and are there > any suggestions or reference info on building and testing?. Or is better > to wait for the FreeBSD 5.2 stable version. I'd rather not implement it > on FreeBSD 4.6. Any Suggestions would be helpful. Thanks Are you implementing SCTP from scratch? If you run FreeBSD-STABLE (i.e. FreeBSD 4.8), you can get a version of SCTP in the latest KAME snapshots: http://www.kame.net. This version of SCTP is a kernel level implementation that is written and maintained by Randall Stewart, the original designer of the SCTP protocol. You can get more info at Randall's page: http://www.sctp.org I've tried to port Randall's SCTP implementation from -STABLE to -CURRENT (i.e. 5.2), and it is not a trivial thing to do, so I haven't successfully completed it. -- Craig Rodrigues http://crodrigues.org rodrigc@crodrigues.org