From owner-cvs-src-old@FreeBSD.ORG Tue Jun 1 14:26:39 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 AB2901065680 for ; Tue, 1 Jun 2010 14:26:39 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 994F18FC24 for ; Tue, 1 Jun 2010 14:26:39 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o51EQdip085346 for ; Tue, 1 Jun 2010 14:26:39 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o51EQdwb085345 for cvs-src-old@freebsd.org; Tue, 1 Jun 2010 14:26:39 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <201006011426.o51EQdwb085345@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Tue, 1 Jun 2010 14:26:27 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/tools/tools/netrate/tcpp tcpp_client.c tcpp_server.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: Tue, 01 Jun 2010 14:26:39 -0000 rwatson 2010-06-01 14:26:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) tools/tools/netrate/tcpp tcpp_client.c tcpp_server.c Log: SVN rev 208701 on 2010-06-01 14:26:27Z by rwatson Merge r206972 from head to stable/8: Merge @176820, @176822, @177156 to tcpp from P4 to HEAD: Improve accuracy of connection data transfer math. Disable Nagle's algorithm to avoid delaying transfers of data -- will want to refine this to combine payload with header transfer, however. Now that we're running w/o Nagle, try to send the initial data burst with the header in a single TCP segment. Prefer %zu to %ju for size_t. Sponsored by: Juniper, Inc. Approved by: re (bz) Revision Changes Path 1.1.2.2 +34 -13 src/tools/tools/netrate/tcpp/tcpp_client.c 1.1.2.2 +5 -0 src/tools/tools/netrate/tcpp/tcpp_server.c