From owner-cvs-src-old@FreeBSD.ORG Sat Nov 27 02:19:13 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6FB8B106564A for ; Sat, 27 Nov 2010 02:19:13 +0000 (UTC) (envelope-from lstewart@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5CBEA8FC0C for ; Sat, 27 Nov 2010 02:19:13 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id oAR2JDtx044922 for ; Sat, 27 Nov 2010 02:19:13 GMT (envelope-from lstewart@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oAR2JDXY044921 for cvs-src-old@freebsd.org; Sat, 27 Nov 2010 02:19:13 GMT (envelope-from lstewart@repoman.freebsd.org) Message-Id: <201011270219.oAR2JDXY044921@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to lstewart@repoman.freebsd.org using -f From: Lawrence Stewart Date: Sat, 27 Nov 2010 02:18:55 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet tcp_input.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Nov 2010 02:19:13 -0000 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 and others Submitted by: andre Revision Changes Path 1.411.2.9 +5 -1 src/sys/netinet/tcp_input.c