Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Nov 2010 02:18:55 +0000 (UTC)
From:      Lawrence Stewart <lstewart@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet tcp_input.c
Message-ID:  <201011270219.oAR2JDXY044921@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

lstewart    2010-11-27 02:18:55 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/netinet          tcp_input.c 
  Log:
  SVN rev 215925 on 2010-11-27 02:18:55Z by lstewart
  
  Partially MFC r215166:
  
  Disable priming the congestion window from the host cache. The current method
  interacts poorly with delayed ack and appropriate byte counting amongst other
  things, resulting in undesired delay during a connection's opening slow start.
  Even if we did fix the issues, the current method is still dubious at best and
  needs to be thought through thoroughly.
  
  Due to a mistake on my behalf, the change described above was committed to head
  as part of a larger patch in revision 215166. Instead of waiting for the MFC of
  215166, I'm merging just this small portion for the upcoming release without
  bringing the mergeinfo for r215166 along. The mergeinfo will sort itself out
  when r215166 is eventually merged.
  
  This is an intentional direct commit to the 8-STABLE branch.
  
  Reported by:    Maxim Dounin <mdounin at mdounin ru> and others
  Submitted by:   andre
  
  Revision   Changes    Path
  1.411.2.9  +5 -1      src/sys/netinet/tcp_input.c



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