From owner-cvs-src-old@FreeBSD.ORG Wed Apr 21 00:53:06 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 E09921065676 for ; Wed, 21 Apr 2010 00:53:06 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CEA668FC26 for ; Wed, 21 Apr 2010 00:53:06 +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 o3L0r6kp017683 for ; Wed, 21 Apr 2010 00:53:06 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o3L0r65F017682 for cvs-src-old@freebsd.org; Wed, 21 Apr 2010 00:53:06 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <201004210053.o3L0r65F017682@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Wed, 21 Apr 2010 00:52:55 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD 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: Wed, 21 Apr 2010 00:53:07 -0000 rwatson 2010-04-21 00:52:55 UTC FreeBSD src repository Modified files: tools/tools/netrate/tcpp tcpp_client.c tcpp_server.c Log: SVN rev 206972 on 2010-04-21 00:52:55Z by rwatson 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. MFC after: 1 week Sponsored by: Juniper, Inc. Revision Changes Path 1.2 +34 -13 src/tools/tools/netrate/tcpp/tcpp_client.c 1.2 +5 -0 src/tools/tools/netrate/tcpp/tcpp_server.c