From owner-cvs-src-old@FreeBSD.ORG Fri Aug 27 21:52:27 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 ACD7B1065698 for ; Fri, 27 Aug 2010 21:52:27 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 81AE08FC0A for ; Fri, 27 Aug 2010 21:52:27 +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 o7RLqRdq062676 for ; Fri, 27 Aug 2010 21:52:27 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o7RLqRb8062675 for cvs-src-old@freebsd.org; Fri, 27 Aug 2010 21:52:27 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <201008272152.o7RLqRb8062675@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Fri, 27 Aug 2010 21:52:05 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet tcp_subr.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: Fri, 27 Aug 2010 21:52:27 -0000 bz 2010-08-27 21:52:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet tcp_subr.c Log: SVN rev 211901 on 2010-08-27 21:52:05Z by bz MFC r211451: When calculating the expected memory size for userspace, also take the number of syncache entries into account for the surplus we add to account for a possible increase of records in the re-entry window. Discussed with: jhb, silby Revision Changes Path 1.350.2.9 +1 -1 src/sys/netinet/tcp_subr.c