Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jun 2011 18:51:22 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet tcp_output.c
Message-ID:  <201106101851.p5AIpakt055638@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2011-06-10 18:51:22 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/netinet          tcp_output.c 
  Log:
  SVN rev 222936 on 2011-06-10 18:51:22Z by jhb
  
  MFC 220794:
  When checking to see if a window update should be sent to the remote peer,
  don't force a window update if the window would not actually grow due to
  window scaling.  Specifically, if the window scaling factor is larger than
  2 * MSS, then after the local reader has drained 2 * MSS bytes from the
  socket, a window update can end up advertising the same window.  If this
  happens, the supposed window update actually ends up being a duplicate ACK.
  This can result in an excessive number of duplicate ACKs when using a
  higher maximum socket buffer size.
  
  Revision    Changes    Path
  1.164.2.12  +8 -0      src/sys/netinet/tcp_output.c



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