History log of /iperf/src/iperf_locale.c (Results 1 – 25 of 56)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 2b8ad3e4 24-May-2022 Dimitri Papadopoulos <[email protected]>

Fix typos found by codespell

Signed-off-by: Dimitri Papadopoulos <[email protected]>


# b5fab649 03-May-2022 bthompson <[email protected]>

Fix help output for some compilers

Use the "%%" format specifier in usage_longstr when the desired output
is '%'.

Using the single '%' causes the '--help' output to be empty or condensed
on some ve

Fix help output for some compilers

Use the "%%" format specifier in usage_longstr when the desired output
is '%'.

Using the single '%' causes the '--help' output to be empty or condensed
on some versions of gcc.

show more ...


# b97df9a9 29-Apr-2022 David Bar-On <[email protected]>

Add debug level option to --debug


# 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


# 7bdd5b0e 20-Feb-2022 David Bar-On <[email protected]>

Fix for issue 1215 - add TCP option


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.


# 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


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

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

Fixes #1175.


# f54b6b4b 05-Jul-2021 David Bar-On <[email protected]>

Fix issue #1157 (partial) - support bind device using


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.


# 8ffe72e2 26-Feb-2021 David Bar-On <[email protected]>

enh: Add --rcv-timeout option (#1125)

Enhancement to PR #1101 - add --rcv-timeout option to allow setting the timeout for receiving packet from the sender in a running test, instead of the constant

enh: Add --rcv-timeout option (#1125)

Enhancement to PR #1101 - add --rcv-timeout option to allow setting the timeout for receiving packet from the sender in a running test, instead of the constant 120 seconds set in #1101. This is to allow short timeout, so the server will not be "busy" for long time doing nothing. Also, the resolution is set to ms (with minimum of 100ms), as at least in fast networks that may be required.

Since both the server and the client can be a sender, the option is allowed for both. The server setting is for all tests - the client is not sending its --rcv-timeout setting to the server.

While changing the help message, few printf constants from other help lines were changed to parameters.

show more ...


# 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)


# be66b575 02-Feb-2021 David Bar-On <[email protected]>

Server select timeout to prevent server to get stuck because of client or network errors (#1101)


# 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 ...


# d3049a60 01-Dec-2020 Bruce A. Mah <[email protected]>

fix: Hide auth diagnostics behind --debug to avoid polluting JSON output. (#1087)

Fixes #1086.

While here, fix wording of an error message.


# 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 ...


# a0c6f0ec 10-Jul-2020 David Bar-On <[email protected]>

feat: Issue #937 - Add a server option to limit total allowed throughput (#999)


# 0b0aa349 12-Jun-2020 Stefano Garzarella <[email protected]>

Fix warning: "HAVE_SCTP" redefined (#1010)

The netinet/sctp.h header file defines HAVE_SCTP, so we have this
warning while building:

In file included from ../../src/iperf.h:30,

Fix warning: "HAVE_SCTP" redefined (#1010)

The netinet/sctp.h header file defines HAVE_SCTP, so we have this
warning while building:

In file included from ../../src/iperf.h:30,
from ../../src/iperf_sctp.c:46:
./iperf_config.h:44: warning: "HAVE_SCTP" redefined
44 | #define HAVE_SCTP 1
|
In file included from ../../src/iperf_sctp.c:43:
/usr/include/netinet/sctp.h:56: note: this is the location of the previous definition
56 | #define HAVE_SCTP
|

This patch replaces our HAVE_SCTP definition with HAVE_SCTP_H to avoid
this warning.

Signed-off-by: Stefano Garzarella <[email protected]>

show more ...


Revision tags: 3.8.1, 3.8
# 06e3f08d 20-May-2020 Bruce A. Mah <[email protected]>

fix(auth): Fix a potential buffer overflow in iperf3 client.
This condition was only possible when configuration authentication
via the libiperf API.

While here, also fix a few other sundry issues:

fix(auth): Fix a potential buffer overflow in iperf3 client.
This condition was only possible when configuration authentication
via the libiperf API.

While here, also fix a few other sundry issues:

* Remove arbitrary length limits on username and password.

* Improved error handling.

* Updated error messages for readability.

* Fixed minor typo in some identifiers.

Fixes #996.

show more ...


Revision tags: 3.7
# 0778f04c 13-Dec-2018 Boris Okunev <[email protected]>

Bidirect mode implementation (#780)

Adds the `--bidir` flag to support simultaneous two-way tests.

Submitted by @LikHait. Fixes #201.


123