Robert Watson 6e2c1ff23b 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)
2010-06-01 14:26:27 +00:00
..
2010-05-25 20:19:31 +00:00
2009-11-05 08:31:42 +00:00
2010-05-21 19:47:52 +00:00
2010-05-02 16:55:10 +00:00
2010-02-15 11:29:27 +00:00

$FreeBSD$

This directory tree contains tools used for the maintenance and
testing of FreeBSD.  There is no toplevel Makefile structure since
these tools are not meant to be built as part of the standard system,
though there may be individual Makefiles in some of the subdirs.

Please read the README files in the subdirs for further information.