History log of /iperf/src/iperf3.1 (Results 1 – 25 of 94)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# a8597270 18-Apr-2022 Bruce A. Mah <[email protected]>

Fix/add documentation for new --snd-timeout flag.


# 5a6a0f7b 18-Mar-2022 David Bar-On <[email protected]>

Omit help text enhancement


# a214ba23 14-Feb-2022 Arsenović Arsen <[email protected]>

Fix --bind missing a .TP in iperf3.1 (#1277)


Revision tags: 3.11
# 76bd67f6 28-Jan-2022 Sarah Larsen <[email protected]>

iperf-3.11 release engineering tasks.

Bump version number, update release notes, rename release notes and tweak
markup. Update copyright year.


# d424be34 15-Nov-2021 Preston Hunt <[email protected]>

Fix --dscp (#1162)

TOS = DSCP * 4; so shift DSCP << 2


# 5c26626a 23-Sep-2021 Bruce A. Mah <[email protected]>

Update help and manpage text. Towards #1157.


# e919e8c2 03-Sep-2021 a1346054 <[email protected]>

trim excess whitespace


# 50d6cce6 03-Sep-2021 a1346054 <[email protected]>

fix spelling


# 775341de 02-Sep-2021 Mark Feit <[email protected]>

Exit if idle time expires waiting for a connection in one-off mode. #1187 (#1197)


# 26fd9234 08-Jul-2021 Bruce A. Mah <[email protected]>

docs: Update documentation for -w to reflect what it actually does.

Fixes #1175.


Revision tags: 3.10.1, 3.10
# de006004 26-Feb-2021 Bruce A. Mah <[email protected]>

enh: Wording fixes in various messages, document --rcv-timeout in manpage.

Follow-up to #1123.

Pet copyrights where appropriate.


# 49a5771a 16-Feb-2021 David Bar-On <[email protected]>

IP don't fragment support (#1119)

Adds an --dont-fragment flag that sets the DF flag in the header for UDP/IPv4 tests.

Co-authored-by: root <[email protected]>
Co-authored-by: Bru

IP don't fragment support (#1119)

Adds an --dont-fragment flag that sets the DF flag in the header for UDP/IPv4 tests.

Co-authored-by: root <[email protected]>
Co-authored-by: Bruce A. Mah <[email protected]>

show more ...


# fab96c1d 04-Feb-2021 Wojciech Jowsa <[email protected]>

Enable writing to pidfile in client mode (#1110)


# 21581a72 22-Dec-2020 Bruce A. Mah <[email protected]>

enh: Support SO_BINDTODEVICE (#1097)

This lets iperf work better with multi-homed machines and
VRF.

Fixes #1089.

Based on a patch by Ben Greear <[email protected]> via PR #817.

Co-au

enh: Support SO_BINDTODEVICE (#1097)

This lets iperf work better with multi-homed machines and
VRF.

Fixes #1089.

Based on a patch by Ben Greear <[email protected]> via PR #817.

Co-authored-by: Ben Greear <[email protected]>

show more ...


# d2a68e08 07-Dec-2020 Bruce A. Mah <[email protected]>

Issue 1079 (#1091)

* docs: Add a few notes about RSA key formats used for auth.

* enh(auth): If we can't read key files, emit appropriate OpenSSL error.

Fixes #1079.


# bd143779 12-Nov-2020 ralcini <[email protected]>

Configurable value for time drift between client/server for authentication request issue1065 (#1070)

* Issue 1065

* feat: Allow to configure a custom value for time drift between client/server fo

Configurable value for time drift between client/server for authentication request issue1065 (#1070)

* Issue 1065

* feat: Allow to configure a custom value for time drift between client/server for authentication

The use case is to support scenarios where it's not possible to enforce sync between client and server times.

* enh: drift redefined with skew

Co-authored-by: Francesco Marino <[email protected]>

show more ...


# 46047be9 30-Sep-2020 Bruce A. Mah <[email protected]>

Issue 1055 (#1057)

* docs: Clarify the optional argument to the --timestamps option.

Fixes #1055.


Revision tags: 3.9
# 1a908ce1 23-Jul-2020 Bruce A. Mah <[email protected]>

feat: Add a --timestamps flag to prepend a timestamp per output line. (#1028)

This flag takes an optional argument, which is a format specification to strftime(3)...this allows for custom timestamp

feat: Add a --timestamps flag to prepend a timestamp per output line. (#1028)

This flag takes an optional argument, which is a format specification to strftime(3)...this allows for custom timestamp formats. Based on a suggested implementation by @davidBar-On. Towards #909.

show more ...


# 223da980 10-Jul-2020 Bruce A. Mah <[email protected]>

Issue 999 follow up (#1025)

* doc: Add manpage text for --server-bitrate-limit.

While here, normalize the manpage text for all command-line options
that take [KMGT] scaling suffixes (there were

Issue 999 follow up (#1025)

* doc: Add manpage text for --server-bitrate-limit.

While here, normalize the manpage text for all command-line options
that take [KMGT] scaling suffixes (there were about three different
strings in use).

* doc: Bump manpage date.

* fix: Fix printf format string warnings on macOS.

* fix: Fix compatibility definition of PRIu64 in iperf_udp.c to match iperf.h.

show more ...


Revision tags: 3.8.1, 3.8
# f95924dd 08-Jun-2020 Bruce A. Mah <[email protected]>

chore: iperf-3.8 release engineering changes (#1012)

Updates version numbers, release notes, etc.


# c47e43d5 25-Jun-2019 Bruce A. Mah <[email protected]>

doc: Document --bidir option in manpage. (#893)

Fixes #890.


Revision tags: 3.7
# c9bb4693 14-May-2019 Bruce A. Mah <[email protected]>

Partially revert documentated added in 0c4d599 to reflect reality. (#866)

The bug reported in #505 seems to not exist at this time, and
the text added in this manpage change caused some other probl

Partially revert documentated added in 0c4d599 to reflect reality. (#866)

The bug reported in #505 seems to not exist at this time, and
the text added in this manpage change caused some other problems,
a la perfsonar/pscheduler#819.

Fixes #860.

show more ...


# 40e7c054 01-Feb-2019 Matt Pelland <[email protected]>

implement providing password via environment variable (#815)


# d95891b8 17-Sep-2018 Bruce A. Mah <[email protected]>

Document --udp-counters-64bit in manual page. (#796)

Fixes #791.


Revision tags: 3.6
# 964f106a 22-Jun-2018 Bruce A. Mah <[email protected]>

Change applicable http:// URLs to https://. Fix a bad URL in RPM spec. (#759)


1234