aboutsummaryrefslogtreecommitdiff
path: root/RELEASE_NOTES
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@es.net>2017-10-27 15:44:24 -0700
committerBruce A. Mah <bmah@es.net>2017-10-27 15:44:24 -0700
commit673201dc977ad1a2a7971533c762c8db09713ad7 (patch)
tree105b0b63062a6b6d8121dd85a897b75c5ba05c15 /RELEASE_NOTES
parentd60f6234d5010148fc534d2620f3e007ddc962b8 (diff)
downloadiperf3-673201dc977ad1a2a7971533c762c8db09713ad7.tar.gz
Another release notes update.
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r--RELEASE_NOTES6
1 files changed, 6 insertions, 0 deletions
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 ==