Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Feb 2009 18:33:26 +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:  <200902121833.n1CIXVb8093146@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rrs         2009-02-12 18:33:26 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/netinet          sctp_constants.h sctp_indata.c 
                         sctp_input.c sctp_pcb.c sctp_pcb.h 
                         sctputil.c 
  Log:
  SVN rev 188530 on 2009-02-12 18:33:26Z by rrs
  
  MFC 184883 - a pack of bug fixes and misc adjustments:
  
  -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.32.2.7   +1 -8      src/sys/netinet/sctp_constants.h
  1.45.2.9   +7 -6      src/sys/netinet/sctp_indata.c
  1.65.2.10  +1 -2      src/sys/netinet/sctp_input.c
  1.62.2.14  +9 -4      src/sys/netinet/sctp_pcb.c
  1.31.2.7   +1 -1      src/sys/netinet/sctp_pcb.h
  1.65.2.16  +3 -3      src/sys/netinet/sctputil.c



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