]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
Merge r206972 from head to stable/8:
authorrwatson <rwatson@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 1 Jun 2010 14:26:27 +0000 (14:26 +0000)
committerrwatson <rwatson@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 1 Jun 2010 14:26:27 +0000 (14:26 +0000)
commit3bda4b98f9a52e47a5e9847b5a9242a7964295ae
tree32a5927edd5a3b62d7fcf5d1fd170b9b049b8d3c
parent683d6fc092c5292ea33e3821f0fd2070c10ffef0
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)

git-svn-id: svn://svn.freebsd.org/base/stable/8@208701 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
tools/tools/netrate/tcpp/tcpp_client.c
tools/tools/netrate/tcpp/tcpp_server.c