From owner-cvs-src-old@FreeBSD.ORG Sat Aug 14 19:36:56 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 C70DA10657BE for ; Sat, 14 Aug 2010 19:36:56 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9A7628FC08 for ; Sat, 14 Aug 2010 19:36:56 +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 o7EJauv9082404 for ; Sat, 14 Aug 2010 19:36:56 GMT (envelope-from andre@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o7EJau69082403 for cvs-src-old@freebsd.org; Sat, 14 Aug 2010 19:36:56 GMT (envelope-from andre@repoman.freebsd.org) Message-Id: <201008141936.o7EJau69082403@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to andre@repoman.freebsd.org using -f From: Andre Oppermann Date: Sat, 14 Aug 2010 19:36:48 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet tcp_syncache.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, 14 Aug 2010 19:36:56 -0000 andre 2010-08-14 19:36:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet tcp_syncache.c Log: SVN rev 211312 on 2010-08-14 19:36:48Z by andre MFC r210666: Fix a bug in syncache where the initial CWND for new incoming connections was limited to one segment under the faulty assumption of a retransmit. Due to this the opportunity to initialize the increased congestion window according to RFC3390 was missed. Revision Changes Path 1.176.2.4 +2 -1 src/sys/netinet/tcp_syncache.c