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:    [EMAIL PROTECTED] (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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to