aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@es.net>2019-06-24 17:37:32 -0700
committerGitHub <noreply@github.com>2019-06-24 17:37:32 -0700
commitc47e43d5a3e222318e5c7fd17178c57e5b10c9a3 (patch)
tree81406ce21b83c2d85f8fdfc3d1fadd468fb38e6d /src
parentdd0e3093055dfb4bbcc7a9badebaa3ff83f782e4 (diff)
downloadiperf3-c47e43d5a3e222318e5c7fd17178c57e5b10c9a3.tar.gz
doc: Document --bidir option in manpage. (#893)
Fixes #890.
Diffstat (limited to 'src')
-rw-r--r--src/iperf3.14
1 files changed, 4 insertions, 0 deletions
diff --git a/src/iperf3.1 b/src/iperf3.1
index 8b08fcb..731855e 100644
--- a/src/iperf3.1
+++ b/src/iperf3.1
@@ -278,6 +278,10 @@ number of parallel client streams to run. Note that iperf3 is single threaded, s
reverse the direction of a test, so that the server sends data to the
client
.TP
+.BR --bidir
+test in both directions (normal and reverse), with both the client and
+server sending and receiving data simultaneously
+.TP
.BR -w ", " --window " \fIn\fR[KM]"
window size / socket buffer size (this gets sent to the server and used on that side too)
.TP