From owner-freebsd-net Wed Mar 21 13:25:56 2001 Delivered-To: freebsd-net@freebsd.org Received: from coconut.itojun.org (coconut.itojun.org [210.160.95.97]) by hub.freebsd.org (Postfix) with ESMTP id 92B8C37B71C for ; Wed, 21 Mar 2001 13:25:51 -0800 (PST) (envelope-from itojun@itojun.org) Received: from kiwi.itojun.org (localhost.itojun.org [127.0.0.1]) by coconut.itojun.org (8.9.3+3.2W/3.7W) with ESMTP id GAA13880; Thu, 22 Mar 2001 06:25:28 +0900 (JST) To: Jonathan Lemon Cc: rrs@cisco.com, net@freebsd.org In-reply-to: jlemon's message of Wed, 21 Mar 2001 15:05:49 CST. <200103212105.f2LL5nT81251@prism.flugsvamp.com> X-Template-Reply-To: itojun@itojun.org X-Template-Return-Receipt-To: itojun@itojun.org X-PGP-Fingerprint: F8 24 B4 2C 8C 98 57 FD 90 5F B4 60 79 54 16 E2 Subject: Re: SCTP code for FreeBSD From: itojun@iijlab.net Date: Thu, 22 Mar 2001 06:25:28 +0900 Message-ID: <13878.985209928@coconut.itojun.org> Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>I have put together IPV6/IPV4 code for SCTP in FreeBSD. I >>am entering the final stages of testing and I would like >>to contribute this if I can... >Great! >>Who should I contact too coordinate getting this in? >I'm willing to review the code and take responsibility for >getting the bits committed to the tree. as far as I heard 10 minutes ago, the code is part-kernel, part- userland (udp-like socket grabs packets as is, daemon parses the packet) and socket API shim is required for applications to use sctp. it would be better we can see all-kernel implementation sooner, that uses normal socket system calls. otherwise it will be hard for normal programmers to use it... itojun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message