|
1 | 1 | iperf3 Release Notes |
2 | 2 | ==================== |
3 | 3 |
|
| 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 | + |
4 | 49 | iperf-3.18 2024-12-13 |
5 | 50 | --------------------- |
6 | 51 |
|
|
0 commit comments