From owner-freebsd-net Wed Mar 21 11:49:16 2001 Delivered-To: freebsd-net@freebsd.org Received: from sj-msg-core-2.cisco.com (sj-msg-core-2.cisco.com [171.69.43.88]) by hub.freebsd.org (Postfix) with ESMTP id 2818937B727 for ; Wed, 21 Mar 2001 11:49:13 -0800 (PST) (envelope-from rrs@cisco.com) Received: from mira-sjc5-2.cisco.com (mira-sjc5-2.cisco.com [171.71.163.16]) by sj-msg-core-2.cisco.com (8.9.3/8.9.1) with ESMTP id LAA25576 for ; Wed, 21 Mar 2001 11:49:34 -0800 (PST) Received: from cisco.com (ssh-sj1.cisco.com [171.68.225.134]) by mira-sjc5-2.cisco.com (Mirapoint) with ESMTP id ACN14990 (AUTH rrs); Wed, 21 Mar 2001 11:49:11 -0800 (PST) Message-ID: <3AB905B5.98C4CC11@cisco.com> Date: Wed, 21 Mar 2001 13:49:09 -0600 From: Randall Stewart X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-net@freebsd.org Subject: SCTP code for FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi: 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... ------------------- I have changes for ------------------- in_proto.c (adds SCTP glue for IPv4) in6_proto.c (adds SCTP glue for IPv6) in.h (adds IPPROTO_SCTP :>) icmp6.c - (changes the rate limiting function to be non-static so I can access it from the sctp6 code). ---------- new files ---------- sctp6_usrreq.c sctp_usrreq.c sctp.h sctp_var.h sctp6_var.h Who should I contact too coordinate getting this in? These changes work hand in had with a library that I would also like to submit... but I am also thinking of putting together a socket shim layer to hide this library... but I think this must wait due to my cycle availablity :0 I also have some updates I would be willing to share to the an driver. I have re-written parts of it to conform to the specification for the 4800.... if someone is interested.... (Also, if someone has a .emacs setup so I can set a free-bsd style in I would appreciate a copy... I figured out how to get a style into the list of c styles but for some fun reason I can't get it to be my default and worse every time I open a new file it changes back to gnu style :<, being no lisp expert I have given up for now .. ) Thanks for your help and advice.... R -- Randall R. Stewart Systems & Solutions Engineering Cisco Systems Inc. rrs@cisco.com 815-342-5222 or 815-477-2127 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message