Skip to content

Releases: tinyboxvk/iperf-windows-builds

3.17.1

13 May 19:35
fef3fbf
Compare
Choose a tag to compare

3.17.1 (2024-05-13, 2acfcfe)

  • Notable user-visible changes

  • Notable developer-visible changes

    • No longer signing tags

3.17

11 May 22:06
37d7bc5
Compare
Choose a tag to compare

3.17 (2024-05-10, 2a23508)

  • Notable user-visible changes

    • BREAKING CHANGE: iperf3's authentication features, when used with
      OpenSSL prior to 3.2.0, contain a vulnerability to a side-channel
      timing attack. To address this flaw, a change has been made to the
      padding applied to encrypted strings. This change is not backwards
      compatible with older versions of iperf3 (before 3.17). To restore
      the older (vulnerable) behavior, and hence
      backwards-compatibility, use the --use-pkcs1-padding flag. The
      iperf3 team thanks Hubert Kario from RedHat for reporting this
      issue and providing feedback on the fix. (CVE-2024-26306)(PR#1695)

    • iperf3 no longer changes its current working directory in --daemon
      mode. This results in more predictable behavior with relative
      paths, in particular finding key and credential files for
      authentication. (PR#1672)

    • A new --json-stream option has been added to enable a streaming
      output format, consisting of a series of JSON objects (for the
      start of the test, each measurement interval, and the end of the
      test) separated by newlines (esnet#444, esnet#923, esnet#1098).

    • UDP tests now work correctly between different endian hosts
      (esnet#1415).

    • The --fq-rate parameter now works for --reverse tests (esnet#1632, PR#1667).

    • The statistics reporting interval is now available in the --json
      start test object (esnet#1663).

    • A negative time test duration is now properly flagged as an error
      (IS#1662 / PR#1666).

  • Notable developer-visible changes

    • Fixes have been made to better (unofficially) support builds on
      Android (esnet#1641 / esnet#1651) and VxWorks (esnet#1595).

    • iperf3 now builds correctly on architectures without native
      support for 64-bit atomic types, by linking with the libatomic
      library (esnet#1611).

3.16

01 Dec 21:32
9e1ddb8
Compare
Choose a tag to compare

3.16 (2023-12-01, f9481e1)

  • Notable user-visible changes

    • Multiple test streams started with -P/--parallel will now be
      serviced by different threads. This allows iperf3 to take
      advantage of multiple CPU cores on modern processors, and will
      generally result in significant throughput increases (PR esnet#1591).

    • OpenSSL 3 is now detected at build time. If OpenSSL 3 is found,
      various older, deprecated, APIs will not be used. iperf3 will
      continue to work with OpenSSL 1.1.1. OpenSSL is used as a part
      of the iperf3 authentication functionality (Issue esnet#1300, PR
      esnet#1589).

    • The authorized users file used by the authentication functionality
      is now checked for accessibility much earlier during the program
      startup, as opposed to being checked near the start of a
      test (Issue esnet#1583, PR esnet#1585).

  • Developer-visible changes

    • BREAKING CHANGE: iperf3 now requires pthreads and C atomic
      variables to compile and run.

3.15

14 Sep 20:12
40cb9fd
Compare
Choose a tag to compare

3.15 (2023-09-14, 917d2f0)

3.14

17 Jul 14:49
dd223d6
Compare
Choose a tag to compare

3.14 (2023-07-10, 208a19a)

3.13

20 Feb 15:19
b0d564c
Compare
Choose a tag to compare

3.13 (2023-02-16, 8aaa205)