Searched hist:206972 (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/tools/tools/netrate/tcpp/
H A Dtcpp_client.cdiff 206972 Tue Apr 20 23:09:29 MDT 2010 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.
H A Dtcpp_server.cdiff 206972 Tue Apr 20 23:09:29 MDT 2010 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.

Completed in 259 milliseconds