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

Regen.


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


# 75bd9fc9 09-Jul-2021 Bruce A. Mah <[email protected]>

Regen.


Revision tags: 3.10.1
# 169b0d9b 02-Jun-2021 Bruce A. Mah <[email protected]>

chore: Regen.


# 702db979 02-Jun-2021 Bruce A. Mah <[email protected]>

Chore: regen.


Revision tags: 3.10
# d8d82745 26-May-2021 Bruce A. Mah <[email protected]>

Release engineering changes for iperf-3.10 (#1151)

* Draft release notes for iperf-3.10.

* iperf-3.10 version number bumps.

* Update using autoupdate-2.71 from Xcode 12 on macOS Big Sur.

*

Release engineering changes for iperf-3.10 (#1151)

* Draft release notes for iperf-3.10.

* iperf-3.10 version number bumps.

* Update using autoupdate-2.71 from Xcode 12 on macOS Big Sur.

* Regen.

* docs: Add release notes for recent changes.

show more ...


# e479d607 21-May-2021 Bruce A. Mah <[email protected]>

chore: Regen.


# 47985d7f 19-May-2021 Shuo Chen <[email protected]>

Add tcp_info.snd_wnd to JSON output.

tcp_info.snd_wnd is available on FreeBSD and NetBSD since TCP_INFO was
added. It was added to Linux 5.4 in late 2019 and becomes available
in Ubuntu 20.04 and D

Add tcp_info.snd_wnd to JSON output.

tcp_info.snd_wnd is available on FreeBSD and NetBSD since TCP_INFO was
added. It was added to Linux 5.4 in late 2019 and becomes available
in Ubuntu 20.04 and Debian 11.

Tested on:
* Debian 11 running on x86-64 with this field.
* Debian 10 armv7 running on Raspberry Pi 2 without this field.
* NetBSD 9.2 armv7 running on Raspberry Pi 3 with this field.
* FreeBSD 13 aarch64 running on Raspberry Pi 4 with this field.

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


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


# 52d0de3b 24-Aug-2020 Bruce A. Mah <[email protected]>

chore: Regen


Revision tags: 3.9
# 1f8fb132 14-Aug-2020 Bruce A. Mah <[email protected]>

chore: releng 3.9 (#1041)

Version number bump for 3.9, release notes.


# 215acfe7 22-Jun-2020 Alexandru-Sever Horin <[email protected]>

fix: Fix enable/disable-profiling flag (#1018)

The variable enable_profiling exists just because AC_ARG_ENABLE([profiling] is defined.
If it is redefined in the exist condition, the both enable and

fix: Fix enable/disable-profiling flag (#1018)

The variable enable_profiling exists just because AC_ARG_ENABLE([profiling] is defined.
If it is redefined in the exist condition, the both enable and disable flags will enable the profiling,
just if the flag is missing it will be disabled.
Reference in Warning here: https://autotools.io/autoconf/arguments.html

show more ...


# 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
# 3dfdffd9 10-Jun-2020 Bruce A. Mah <[email protected]>

Release notes and version number bump for iperf 3.8.1 (#1015)


# 51a4c631 10-Jun-2020 Bruce A. Mah <[email protected]>

fix: Make installing of shared libraries work again. (#1014)

Addresses a regression in #989.

Fixes #1013.


Revision tags: 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.


# f72054eb 28-May-2020 Bruce A. Mah <[email protected]>

Allow disabling auto-detect of SCTP (#1008)

* feat: Add a mechanism to disable checks for SCTP (--without-sctp).

The use case for this is building a static iperf3 binary on CentOS 7,
on a system

Allow disabling auto-detect of SCTP (#1008)

* feat: Add a mechanism to disable checks for SCTP (--without-sctp).

The use case for this is building a static iperf3 binary on CentOS 7,
on a system with SCTP installed (but it has no static SCTP libraries).
In that case we need to disable SCTP detection to prevent a linking
error at runtime.

While here, s/iperf /iperf3 / in a couple of help strings.

show more ...


# 06280a6d 04-May-2020 Bruce A. Mah <[email protected]>

Regen.


# 4a3efb37 06-Jan-2020 Bruce A. Mah <[email protected]>

build: Unbreak builds on macOS by not building profiled binaries by default (#950)

Fixes #933.


# 60e9b846 19-Aug-2019 Bruce A. Mah <[email protected]>

Chore: Regen.


Revision tags: 3.7
# dfcea9f6 21-Jun-2019 Bruce A. Mah <[email protected]>

chore: iperf-3.7 release engineering tasks.

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


# 99fa7cbe 17-May-2019 Bruce A. Mah <[email protected]>

Regen.


# f7817145 17-May-2019 hhb <[email protected]>

fix: Fix configure when openssl is absent. (#854)

openssl flags was appended to normal cpp/ld flags even if it is
absent. This change fixes configure.ac and regenerates configure.


1234