Skip to content
Snippets Groups Projects
Commit 7629dff4 authored by Florian Fischer's avatar Florian Fischer
Browse files

[EchoClient] set TCP_NODELAY and record total durations

Nagle's algorithm which tries to prevent small TCP frames is harmful
for our throughput if we send small echos.

Arithmetic means are inaccurate if the sample has extreme outliers
therefore we record and report the total execution times.
parent c8828c26
No related branches found
No related tags found
1 merge request!128Improved echo client
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment