Date: Wed, 4 Mar 2009 20:54:42 +0000 (UTC) From: Randall Stewart <rrs@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet sctp_constants.h sctp_indata.c sctp_os_bsd.h Message-ID: <200903042055.n24Kt04B068257@repoman.freebsd.org>
index | next in thread | raw e-mail
rrs 2009-03-04 20:54:42 UTC
FreeBSD src repository
Modified files:
sys/netinet sctp_constants.h sctp_indata.c
sctp_os_bsd.h
Log:
SVN rev 189371 on 2009-03-04 20:54:42Z by rrs
- PR-SCTP bug, where the CUM-ACK was not being updated
into the advance_peer_ack point so we would incorrectly
send a wrong value in the FWD-TSN
- PR-SCTP bug, where an PR packet is used for a window
probe which could incorrectly get the packet moved
back into the send_queue, which will cause major issues and
should not happen.
- Fix a trace to use the proper macro.
Revision Changes Path
1.43 +2 -1 src/sys/netinet/sctp_constants.h
1.56 +24 -14 src/sys/netinet/sctp_indata.c
1.47 +1 -1 src/sys/netinet/sctp_os_bsd.h
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903042055.n24Kt04B068257>
