Date: Sat, 15 Aug 2009 21:10:52 +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: <200908152111.n7FLBF8Q032878@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tuexen 2009-08-15 21:10:52 UTC
FreeBSD src repository
Modified files:
sys/netinet sctp_indata.c sctp_input.c sctp_output.c
sctp_pcb.c sctp_timer.c sctputil.c
sctputil.h
Log:
SVN rev 196260 on 2009-08-15 21:10:52Z by tuexen
* 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)
MFC after: One day.
Revision Changes Path
1.65 +22 -11 src/sys/netinet/sctp_indata.c
1.83 +26 -9 src/sys/netinet/sctp_input.c
1.89 +50 -54 src/sys/netinet/sctp_output.c
1.86 +5 -2 src/sys/netinet/sctp_pcb.c
1.44 +3 -3 src/sys/netinet/sctp_timer.c
1.94 +72 -18 src/sys/netinet/sctputil.c
1.38 +0 -4 src/sys/netinet/sctputil.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908152111.n7FLBF8Q032878>
