Date: Wed, 21 Apr 2010 00:52:55 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/tools/tools/netrate/tcpp tcpp_client.c tcpp_server.c Message-ID: <201004210053.o3L0r65F017682@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004210053.o3L0r65F017682>