From owner-cvs-all@FreeBSD.ORG Thu Jul 31 11:08:37 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C2211065675; Thu, 31 Jul 2008 11:08:37 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F34518FC13; Thu, 31 Jul 2008 11:08:36 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m6VB8adw059419; Thu, 31 Jul 2008 11:08:36 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m6VB8aof059418; Thu, 31 Jul 2008 11:08:36 GMT (envelope-from rrs@repoman.freebsd.org) Message-Id: <200807311108.m6VB8aof059418@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rrs@repoman.freebsd.org using -f From: Randall Stewart Date: Thu, 31 Jul 2008 11:08:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet sctp.h sctp_output.c sctp_pcb.c sctp_pcb.h sctp_usrreq.c sctp_var.h sctputil.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2008 11:08:37 -0000 rrs 2008-07-31 11:08:30 UTC FreeBSD src repository Modified files: sys/netinet sctp.h sctp_output.c sctp_pcb.c sctp_pcb.h sctp_usrreq.c sctp_var.h sctputil.c Log: SVN rev 181054 on 2008-07-31 11:08:30Z by rrs Adds support for the SCTP_PORT_REUSE option Fixes a refcount bug found in the process Obtained from: With the help of Michael Tuexen Revision Changes Path 1.26 +2 -3 src/sys/netinet/sctp.h 1.74 +19 -1 src/sys/netinet/sctp_output.c 1.72 +178 -86 src/sys/netinet/sctp_pcb.c 1.38 +2 -0 src/sys/netinet/sctp_pcb.h 1.59 +126 -18 src/sys/netinet/sctp_usrreq.c 1.28 +2 -1 src/sys/netinet/sctp_var.h 1.81 +1 -1 src/sys/netinet/sctputil.c