Date: Fri, 15 Apr 2011 20:42:14 +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.p3FKgVfJ010172@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2011-04-15 20:42:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet tcp_input.c Log: SVN rev 220678 on 2011-04-15 20:42:14Z 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.370.2.23 +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.p3FKgVfJ010172>