cvs commit: src/sys/netinet sctp_output.c sctputil.c

Randall Stewart rrs at FreeBSD.org
Wed Dec 5 16:22:57 PST 2007


rrs         2007-12-06 00:22:55 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          sctp_output.c sctputil.c 
  Log:
  - optimize the initialization of the SB max variables.
  - Missing lock when sending data and moving it to the
    outqueue.
  - If a mbuf alloc fails during moving to outqueue the
    reassembly of the old mbuf chain was incorrect.
  - some_taken becomes a counter in sctputil.c instead of a set to 1.
  - Fix a panic to be only under invarients and have a proper recovery.
  - msg_flags needed to be set.to the value collected not or'd.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.65      +11 -7     src/sys/netinet/sctp_output.c
  1.71      +9 -2      src/sys/netinet/sctputil.c


More information about the cvs-src mailing list