Date: Sat, 15 Sep 2007 19:07:43 +0000 (UTC) From: Randall Stewart <rrs@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet sctp.h sctp_asconf.c sctp_asconf.h sctp_input.c sctp_output.c sctp_output.h sctp_sysctl.h sctp_timer.c Message-ID: <200709151907.l8FJ7hPp095593@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rrs 2007-09-15 19:07:42 UTC FreeBSD src repository Modified files: sys/netinet sctp.h sctp_asconf.c sctp_asconf.h sctp_input.c sctp_output.c sctp_output.h sctp_sysctl.h sctp_timer.c Log: - Get rid of unsused constants for sysctl variables. - Fix panic from mutex unlock on freed lock when ASCONF-ACK aborts an assoc - Fix panic from addr lock recursion when ASCONFs are queued in the front states - ASCONFs "queued" in the front states should really be bundled after the COOKIE-ACK, not in front of it - Fix issue with addresses deleted in the front states from being sent with ASCONF(DELETE)-- replaced sctp_asconf_queue_add_sa() with delete specific function - Comment change in sctp.h the drafts are now RFC's Approved by: re@freebsd.org (B Mah) Revision Changes Path 1.21 +5 -5 src/sys/netinet/sctp.h 1.32 +76 -73 src/sys/netinet/sctp_asconf.c 1.10 +3 -3 src/sys/netinet/sctp_asconf.h 1.63 +18 -10 src/sys/netinet/sctp_input.c 1.56 +2 -2 src/sys/netinet/sctp_output.c 1.12 +1 -1 src/sys/netinet/sctp_output.h 1.13 +0 -56 src/sys/netinet/sctp_sysctl.h 1.31 +1 -1 src/sys/netinet/sctp_timer.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709151907.l8FJ7hPp095593>