Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Apr 2011 20:42:27 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet tcp_input.c
Message-ID:  <201104152042.p3FKgbKa010190@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2011-04-15 20:42:27 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/netinet          tcp_input.c 
  Log:
  SVN rev 220679 on 2011-04-15 20:42:27Z by jhb
  
  MFC 220156:
  Clamp the initial advertised receive window when responding to a SYN/ACK
  to the maximum allowed window.  Growing the window too large would cause
  an underflow in the calculations in tcp_output() to decide if a window
  update should be sent which would prevent the persist timer from being
  started if data was pending and the other end of the connection advertised
  an initial window size of 0.
  
  Revision    Changes    Path
  1.411.2.10  +2 -1      src/sys/netinet/tcp_input.c



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