Date: Thu, 12 Feb 2009 17:57:28 +0000 (UTC) From: Randall Stewart <rrs@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet sctp_indata.c sctp_lock_bsd.h sctp_output.c sctp_sysctl.h sctp_timer.c sctp_timer.h sctp_var.h sctputil.c Message-ID: <200902121757.n1CHvdnW088976@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rrs 2009-02-12 17:57:28 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/netinet sctp_indata.c sctp_lock_bsd.h
sctp_output.c sctp_sysctl.h sctp_timer.c
sctp_timer.h sctp_var.h sctputil.c
Log:
SVN rev 188524 on 2009-02-12 17:57:28Z by rrs
MFC of 182367 and 182403
- Make strict-sacks be the default.
- Change it so that without INVARIANTs there are
no panics in SCTP.
- sctp_timer changes so that we have a recovery mechanism
when the sent list is out of order.
<AND>
Fixes compile error when INVARIANTs is on. Adds an
empty goto to keep the compiler happy.
Revision Changes Path
1.45.2.8 +10 -1 src/sys/netinet/sctp_indata.c
1.10.2.3 +8 -2 src/sys/netinet/sctp_lock_bsd.h
1.58.2.14 +1 -0 src/sys/netinet/sctp_output.c
1.13.2.4 +1 -1 src/sys/netinet/sctp_sysctl.h
1.32.2.6 +61 -2 src/sys/netinet/sctp_timer.c
1.7.2.2 +2 -0 src/sys/netinet/sctp_timer.h
1.20.2.8 +32 -0 src/sys/netinet/sctp_var.h
1.65.2.14 +15 -0 src/sys/netinet/sctputil.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902121757.n1CHvdnW088976>
