Date: Sat, 4 Apr 2009 11:43:32 +0000 (UTC) From: Randall Stewart <rrs@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet sctp_indata.c sctp_input.c sctp_output.c sctp_pcb.c sctp_structs.h sctp_sysctl.c sctp_sysctl.h sctp_uio.h sctp_usrreq.c sctputil.c Message-ID: <200904041143.n34Bhb1J031650@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rrs 2009-04-04 11:43:32 UTC
FreeBSD src repository
Modified files:
sys/netinet sctp_indata.c sctp_input.c sctp_output.c
sctp_pcb.c sctp_structs.h sctp_sysctl.c
sctp_sysctl.h sctp_uio.h sctp_usrreq.c
sctputil.c
Log:
SVN rev 190689 on 2009-04-04 11:43:32Z by rrs
Many bug fixes (from the IETF hack-fest):
- PR-SCTP had major issues when skipping through a multi-part message.
o Did not look at socket buffer.
o Did not properly handle the reassmebly queue.
o The MARKED segments could interfere and un-skip a chunk causing
a problem with the proper FWD-TSN.
o No FR of FWD-TSN's was being done.
- NR-Sack code was basically disabled. It needed fixes that
never got into the real code.
- CMT code had issues when the two paths were NOT the same b/w. We
found a few small bugs, but also the critcal one here was not
dividing the rwnd amongst the paths.
Obtained from: Michael Tuexen and myself at the IETF hack-fest ;-)
Revision Changes Path
1.59 +189 -143 src/sys/netinet/sctp_indata.c
1.81 +7 -2 src/sys/netinet/sctp_input.c
1.87 +121 -1931 src/sys/netinet/sctp_output.c
1.83 +10 -2 src/sys/netinet/sctp_pcb.c
1.32 +2 -1 src/sys/netinet/sctp_structs.h
1.25 +1 -0 src/sys/netinet/sctp_sysctl.c
1.19 +1 -1 src/sys/netinet/sctp_sysctl.h
1.39 +3 -2 src/sys/netinet/sctp_uio.h
1.67 +4 -2 src/sys/netinet/sctp_usrreq.c
1.90 +27 -35 src/sys/netinet/sctputil.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904041143.n34Bhb1J031650>
