aboutsummaryrefslogtreecommitdiff
path: root/RELEASE_NOTES
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@es.net>2013-12-16 10:15:32 -0800
committerBruce A. Mah <bmah@es.net>2013-12-16 10:15:32 -0800
commita45a0d37b459d293f35aed6ea40b07f6b90b4044 (patch)
treef47606114989dee6628b8b1e605db7c16bcf1af0 /RELEASE_NOTES
parent62bfa88ceb4ce4b0b7179ecaa2a1854938c53949 (diff)
downloadiperf3-a45a0d37b459d293f35aed6ea40b07f6b90b4044.tar.gz
Mention -D, -C, -L in release notes.
These go to a new section that might be merged with the prior 3.0.0 section pending a release engineering discussion. Also fix a typo: s/vebose/verbose/
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r--RELEASE_NOTES9
1 files changed, 8 insertions, 1 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 11c6175..bdbeb69 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -1,3 +1,10 @@
+== iperf 3.0.0 ????-??-?? ==
+ * Added the following new flags
+ -D, --daemon run server as a daemon
+ -L, --flowlabel set IPv6 flow label (Linux only)
+ -C, --linux-congestion set congestion control algorithm (Linux only)
+ * Bug fixes
+
== iperf 3.0.0 2013-11-15 ==
* Added the following new flags
-F, --file name xmit/recv the specified file
@@ -6,7 +13,7 @@
-Z, --zerocopy use a 'zero copy' method of sending data
-O, --omit N omit the first n seconds
-T, --title str prefix every output line with this string
- * more useful information in 'vebose' mode
+ * more useful information in 'verbose' mode
* Many bug fixes