aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@kitchenlab.org>2018-09-17 13:32:15 -0700
committerGitHub <noreply@github.com>2018-09-17 13:32:15 -0700
commitd95891b812e270f3cf4c84736fe84bf60b9b0a33 (patch)
tree06827e4bb3206aa9c17000b6ae23895d94ea3dd5 /src
parentd71efe5ff5a296eb5067ab7f2607b425da73120c (diff)
downloadiperf3-d95891b812e270f3cf4c84736fe84bf60b9b0a33.tar.gz
Document --udp-counters-64bit in manual page. (#796)
Fixes #791.
Diffstat (limited to 'src')
-rw-r--r--src/iperf3.17
1 files changed, 7 insertions, 0 deletions
diff --git a/src/iperf3.1 b/src/iperf3.1
index 1ab3cd7..b9085e4 100644
--- a/src/iperf3.1
+++ b/src/iperf3.1
@@ -353,6 +353,13 @@ If the client is run with \fB--json\fR, the server output is included
in a JSON object; otherwise it is appended at the bottom of the
human-readable output.
.TP
+.BR --udp-counters-64bit
+Use 64-bit counters in UDP test packets.
+The use of this option can help prevent counter overflows during long
+or high-bitrate UDP tests. Both client and server need to be running
+at least version 3.1 for this option to work. It may become the
+default behavior at some point in the future.
+.TP
.BR --repeating-payload
Use repeating pattern in payload, instead of random bytes.
The same payload is used in iperf2 (ASCII '0..9' repeating).