Date: Tue, 1 Jun 2010 14:26:27 +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: <201006011426.o51EQdwb085345@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006011426.o51EQdwb085345>
