1
1

Note that specifying -b 0 disables bandwidth limits.

Documentation change only, no functional changes.

Fixes #170.
Этот коммит содержится в:
Bruce A. Mah 2014-08-25 13:15:06 -07:00
родитель 83af8bd01b
Коммит e6fba4e8d7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4984910A8CAAEE8A
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -98,6 +98,8 @@ You can also add a '/' and a number to the bandwidth specifier.
This is called "burst mode".
It will send the given number of packets without pausing, even if that
temporarily exceeds the specified bandwidth limit.
Setting the target bandwidth to 0 will disable bandwidth limits
(particularly useful for UDP tests).
.TP
.BR -t ", " --time " \fIn\fR"
time in seconds to transmit for (default 10 secs)

Просмотреть файл

@ -100,7 +100,7 @@ const char usage_longstr[] = "Usage: iperf [-s|-c host] [options]\n"
" --sctp use SCTP rather than TCP\n"
#endif /* HAVE_SCTP */
" -u, --udp use UDP rather than TCP\n"
" -b, --bandwidth #[KMG][/#] target bandwidth in bits/sec\n"
" -b, --bandwidth #[KMG][/#] target bandwidth in bits/sec (0 for unlimited)\n"
" (default %d Mbit/sec for UDP, unlimited for TCP)\n"
" (optional slash and packet count for burst mode)\n"
" -t, --time # time in seconds to transmit for (default %d secs)\n"