Skip to content

Commit 539edb9

Browse files
committed
Release engineering updates and version bumps for iperf-3.19.
1 parent 204421d commit 539edb9

File tree

2 files changed

+47
-2
lines changed

2 files changed

+47
-2
lines changed

RELNOTES.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,51 @@
11
iperf3 Release Notes
22
====================
33

4+
iperf-3.19 2025-05-16
5+
---------------------
6+
7+
* Notable user-visible changes
8+
9+
* iperf3 now supports the use of Multi-Path TCP (MPTCPv1) on Linux
10+
with the use of the `--multipath` flag. (PR #1661)
11+
12+
* iperf3 now supports a `--cntl-ka` option to enable TCP keepalives
13+
on the control connection. (#812, #835, PR #1423)
14+
15+
* iperf3 now supports the `MSG_TRUNC` receive option, specified by
16+
the `--skip-rx-copy`. This theoretically improves the rated
17+
throughput of tests at high bitrates by not delivering network
18+
payload data to userspace. (#1678, PR #1717)
19+
20+
* A bug that caused the bitrate setting to be ignored when bursts
21+
are set, has been fixed. (#1773, #1820, PR #1821, PR #1848)
22+
23+
* The congestion control protocol setting, if used, is now
24+
properly reset between tests. (PR #1812)
25+
26+
* iperf3 now exits with a non-error 0 exit code if exiting via a
27+
`SIGTERM`, `SIGHUP`, or `SIGINT`. (#1009, PR# 1829)
28+
29+
* The current behavior of iperf3 with respect to the `-n` and `-k`
30+
options is now documented as correct. (#1768, #1775, #596, PR #1800)
31+
32+
* Notable developer-visible changes
33+
34+
* iperf3 now supports a callback function to get the JSON output
35+
strings. (#1711, PR #1798)
36+
37+
* iperf3 now builds correctly with gcc-15 (#1838, PR #1805)
38+
39+
* Various memory leaks were fixed (#1881, PR#1823, #1814, PR#1822)
40+
41+
* A potential segfault crash was fixed (#1807)
42+
43+
* Improved warning messages when reading malformed JSON messages
44+
(PR #1817)
45+
46+
* The Github CI configuration was changed to use a more up-to-date
47+
set of runners (PR #1864)
48+
449
iperf-3.18 2024-12-13
550
---------------------
651

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# iperf, Copyright (c) 2014-2024, The Regents of the University of
1+
# iperf, Copyright (c) 2014-2025, The Regents of the University of
22
# California, through Lawrence Berkeley National Laboratory (subject
33
# to receipt of any required approvals from the U.S. Dept. of
44
# Energy). All rights reserved.
@@ -25,7 +25,7 @@
2525

2626
# Initialize the autoconf system for the specified tool, version and mailing list
2727
AC_PREREQ([2.71])
28-
AC_INIT([iperf],[3.18+],[https://github.com/esnet/iperf],[iperf],[https://software.es.net/iperf/])
28+
AC_INIT([iperf],[3.19],[https://github.com/esnet/iperf],[iperf],[https://software.es.net/iperf/])
2929
m4_include([config/ax_check_openssl.m4])
3030
m4_include([config/ax_pthread.m4])
3131
m4_include([config/iperf_config_static_bin.m4])

0 commit comments

Comments
 (0)