Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jan 2011 11:50:11 +0000 (UTC)
From:      Randall Stewart <rrs@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet sctp_cc_functions.c sctp_constants.h sctp_header.h sctp_indata.c sctp_indata.h sctp_input.c sctp_output.c sctp_pcb.c sctp_structs.h sctp_sysctl.c sctp_sysctl.h sctp_timer.c sctputil.c
Message-ID:  <201101311150.p0VBoO76080530@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rrs         2011-01-31 11:50:11 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          sctp_cc_functions.c sctp_constants.h 
                         sctp_header.h sctp_indata.c sctp_indata.h 
                         sctp_input.c sctp_output.c sctp_pcb.c 
                         sctp_structs.h sctp_sysctl.c 
                         sctp_sysctl.h sctp_timer.c sctputil.c 
  Log:
  SVN rev 218129 on 2011-01-31 11:50:11Z by rrs
  
  More ECN fixes:
  1) We now remove ECN-Nonce since it will no longer continue as a I-D
  2) Eliminate last_tsn_echo, this tied us to an assoc not the net
     and thus we were not doing m-homing on the ECN-Echo senders side right.
  3) Increment the count going out even if the TSN in lower in the pending
     ECN-Echo, this way the receiver knows exactly how many packets were
     marked even with network re-ordering
  4) Fix so we DO NOT stop doing delayed sack if a ECN Echo is in queue
  MFC after:      1 month
  
  Revision  Changes    Path
  1.17      +33 -49    src/sys/netinet/sctp_cc_functions.c
  1.58      +1 -2      src/sys/netinet/sctp_constants.h
  1.14      +0 -6      src/sys/netinet/sctp_header.h
  1.99      +5 -182    src/sys/netinet/sctp_indata.c
  1.14      +1 -1      src/sys/netinet/sctp_indata.h
  1.111     +35 -110   src/sys/netinet/sctp_input.c
  1.137     +6 -77     src/sys/netinet/sctp_output.c
  1.131     +0 -4      src/sys/netinet/sctp_pcb.c
  1.45      +3 -16     src/sys/netinet/sctp_structs.h
  1.39      +0 -6      src/sys/netinet/sctp_sysctl.c
  1.30      +1 -7      src/sys/netinet/sctp_sysctl.h
  1.60      +0 -18     src/sys/netinet/sctp_timer.c
  1.131     +1 -8      src/sys/netinet/sctputil.c



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