Skip to content

Commit e004dc3

Browse files
authored
Fix --rcv-timeout manual text (#1642)
* Fix --rcv-timeout manual text Correct the default value in ms from `12000` to `120000`. Source of truth: https://github.com/esnet/iperf/blob/master/src/iperf_api.h#L71 * Fix --rcv-timeout manual text
1 parent 2c3d631 commit e004dc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/invoking.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ the executable.
194194
--rcv-timeout #
195195
set idle timeout for receiving data during active tests. The
196196
receiver will halt a test if no data is received from the sender
197-
for this number of ms (default to 12000 ms, or 2 minutes).
197+
for this number of ms (default to 120000 ms, or 2 minutes).
198198
199199
--snd-timeout #
200200
set timeout for unacknowledged TCP data (on both test and con-

src/iperf3.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ follow the \fB--timestamps\fR option with no whitespace intervening.
183183
.BR --rcv-timeout " \fI#\fR"
184184
set idle timeout for receiving data during active tests. The receiver
185185
will halt a test if no data is received from the sender for this
186-
number of ms (default to 12000 ms, or 2 minutes).
186+
number of ms (default to 120000 ms, or 2 minutes).
187187
.TP
188188
.BR --snd-timeout " \fI#\fR"
189189
set timeout for unacknowledged TCP data (on both test and control

0 commit comments

Comments
 (0)