Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jun 2007 01:31:53 +0000 (UTC)
From:      Randall Stewart <rrs@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet sctp.h sctp_constants.h sctp_input.c sctp_pcb.c sctp_structs.h sctp_sysctl.c sctp_sysctl.h sctp_timer.c sctputil.c
Message-ID:  <200706130131.l5D1VsaG046640@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rrs         2007-06-13 01:31:53 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          sctp.h sctp_constants.h sctp_input.c 
                         sctp_pcb.c sctp_structs.h sctp_sysctl.c 
                         sctp_sysctl.h sctp_timer.c sctputil.c 
  Log:
  - Fixed cookie handling to calc an RTO when
    its an INIT collision case.
  - Fixed RTO calc to maintain a seperate variable to track
    if a RTO calc as been done, this allows the RTO var to be
    doubled during initial timeouts.
  - Reduces the amount of stack used by process control.
  - Use a constant for the peer chunk overhead.
  - Name change to spell candidate correctly.
  
  Revision  Changes    Path
  1.13      +3 -0      src/sys/netinet/sctp.h
  1.21      +1 -1      src/sys/netinet/sctp_constants.h
  1.38      +25 -42    src/sys/netinet/sctp_input.c
  1.38      +18 -12    src/sys/netinet/sctp_pcb.c
  1.19      +1 -0      src/sys/netinet/sctp_structs.h
  1.10      +1 -1      src/sys/netinet/sctp_sysctl.c
  1.5       +3 -1      src/sys/netinet/sctp_sysctl.h
  1.20      +3 -0      src/sys/netinet/sctp_timer.c
  1.41      +2 -1      src/sys/netinet/sctputil.c



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