Blame SOURCES/0002-udp-counters-manpage.patch

46dcb8
diff --git a/src/iperf3.1 b/src/iperf3.1
46dcb8
index 05483a9..35a0873 100644
46dcb8
--- a/src/iperf3.1
46dcb8
+++ b/src/iperf3.1
46dcb8
@@ -329,6 +329,13 @@ If the client is run with \fB--json\fR, the server output is included
46dcb8
 in a JSON object; otherwise it is appended at the bottom of the
46dcb8
 human-readable output.
46dcb8
 .TP
46dcb8
+.BR --udp-counters-64bit
46dcb8
+Use 64-bit counters in UDP test packets.
46dcb8
+The use of this option can help prevent counter overflows during long
46dcb8
+or high-bitrate UDP tests.  Both client and server need to be running
46dcb8
+at least version 3.1 for this option to work.  It may become the
46dcb8
+default behavior at some point in the future.
46dcb8
+.TP
46dcb8
 .BR --username " \fIusername\fR" 
46dcb8
 username to use for authentication to the iperf server (if built with
46dcb8
 OpenSSL support).