From 673201dc977ad1a2a7971533c762c8db09713ad7 Mon Sep 17 00:00:00 2001 From: "Bruce A. Mah" Date: Fri, 27 Oct 2017 15:44:24 -0700 Subject: [PATCH] Another release notes update. --- RELEASE_NOTES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 309df98..473cc8f 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -19,6 +19,12 @@ * A bug that could cause iperf3 to overwrite the PID file of an already-existing iperf3 process has been fixed (#623). + * iperf3 will now ignore nonsensical TCP MSS values (from the TCP + control connection) when trying to determine a reasonable block + size for UDP tests. This condition primarily affected users on + Windows, but potentially improves robustness for all + platforms. (#659) + * Notable developer-visible changes == iperf 3.2 2017-06-26 ==