]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Get rid of unsused constants for sysctl variables.
authorRandall Stewart <rrs@FreeBSD.org>
Sat, 15 Sep 2007 19:07:42 +0000 (19:07 +0000)
committerRandall Stewart <rrs@FreeBSD.org>
Sat, 15 Sep 2007 19:07:42 +0000 (19:07 +0000)
commit3232788ef2970b94aa542aad725a79c3b36b9aa7
tree92cddda5be32744477c77e22e3d345f35d80c1cf
parent6bce07ae73d2f77cfc9b133727a30ddb5642b033
- 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)
sys/netinet/sctp.h
sys/netinet/sctp_asconf.c
sys/netinet/sctp_asconf.h
sys/netinet/sctp_input.c
sys/netinet/sctp_output.c
sys/netinet/sctp_output.h
sys/netinet/sctp_sysctl.h
sys/netinet/sctp_timer.c