Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Nov 2008 14:16:39 +0000 (UTC)
From:      Randall Stewart <rrs@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet sctp_constants.h sctp_indata.c sctp_input.c sctp_pcb.c sctp_pcb.h sctputil.c
Message-ID:  <200811121416.mACEGo3m028431@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rrs         2008-11-12 14:16:39 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          sctp_constants.h sctp_indata.c 
                         sctp_input.c sctp_pcb.c sctp_pcb.h 
                         sctputil.c 
  Log:
  SVN rev 184883 on 2008-11-12 14:16:39Z by rrs
  
  -Improvement: Add '\n' on debug output in sctp_lower_sosend().
  -Improvement: panic() on INVARIANTS kernels if memory allocation
   fails for a tagblock in sctp_add_vtag_to_timewait().
  -Bugfix: Protect code in sctp_is_in_timewait() by
   SCTP_INP_INFO_WLOCK/SCTP_INP_INFO_WUNLOCK.
  -Cleanup: Get rid of unused variable now in sctp_init_asoc().
  -Bugfix: Reuse the correct vtag in sctp_add_vtag_to_timewait().
  -Cleanup: Get rid of unused constant SCTP_TIME_WAIT_SHORT
   in sctp_constants.h.
  -Improvement: Use all hash buckets of the vtag hash table.
  -Cleanup: Get rid of then unused constant SCTP_STACK_VTAG_HASH_SIZE_A.
  -Bugfix: Handle SHUTDOWN;SACK packet correctly.
  -Bugfix: Last TSN in a gap ack block was not being "ack'd"
           in the internal scoreboard.
  Obtained from:  (with help from Michael Tuexen)
  
  Revision  Changes    Path
  1.39      +1 -8      src/sys/netinet/sctp_constants.h
  1.54      +7 -6      src/sys/netinet/sctp_indata.c
  1.75      +1 -2      src/sys/netinet/sctp_input.c
  1.75      +9 -4      src/sys/netinet/sctp_pcb.c
  1.39      +1 -1      src/sys/netinet/sctp_pcb.h
  1.84      +3 -3      src/sys/netinet/sctputil.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811121416.mACEGo3m028431>