Date: Sat, 15 Aug 2009 21:37:16 +0000 (UTC) From: Michael Tuexen <tuexen@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_timer.c sctputil.c sctputil.h Message-ID: <200908152137.n7FLbb8p034753@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tuexen 2009-08-15 21:37:16 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/netinet sctp_indata.c sctp_input.c sctp_output.c
sctp_pcb.c sctp_timer.c sctputil.c
sctputil.h
Log:
SVN rev 196261 on 2009-08-15 21:37:16Z by tuexen
MFC r196260.
* Fix a bug where PR-SCTP settings are ignore when using implicit
association setup.
* Fix a bug where message with illegal stream ids are not deleted.
* Fix a crash when reporting back unsent messages from the send_queue.
* Fix a bug related to INIT retransmission when the socket is already
closed.
* Fix a bug where associations were stalled when partial delivery API
was enabled.
* Fix a bug where the receive buffer size was smaller than the
partial_delivery_point.
Approved by: re, rrs (mentor)
Revision Changes Path
1.64.2.2 +22 -11 src/sys/netinet/sctp_indata.c
1.82.2.2 +26 -9 src/sys/netinet/sctp_input.c
1.88.2.2 +50 -54 src/sys/netinet/sctp_output.c
1.85.2.2 +5 -2 src/sys/netinet/sctp_pcb.c
1.43.2.2 +3 -3 src/sys/netinet/sctp_timer.c
1.93.2.2 +72 -18 src/sys/netinet/sctputil.c
1.37.2.2 +0 -4 src/sys/netinet/sctputil.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908152137.n7FLbb8p034753>
