aboutsummaryrefslogtreecommitdiff
path: root/RELEASE_NOTES
diff options
context:
space:
mode:
authorsethdelliott <devnull@localhost>2010-07-15 23:38:10 +0000
committersethdelliott <devnull@localhost>2010-07-15 23:38:10 +0000
commit1e621fb16c03f649fa246a3c378fba09a6cf327f (patch)
tree3bd60d8d1e529eca8f41e686e4978e0c54eef84e /RELEASE_NOTES
parentc81883bf083b0f051d8bd07829e32306980510e3 (diff)
downloadiperf3-1e621fb16c03f649fa246a3c378fba09a6cf327f.tar.gz
Small updates to man page and documentation.
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r--RELEASE_NOTES18
1 files changed, 8 insertions, 10 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index dd05de8..56de181 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -1,12 +1,10 @@
-== iperf 3.0b1 2010-07-08 ==
+== iperf 3.0b2 2010-07-15 ==
- * TCP control socket now manages messages between client and server
- * Dynamic server (gets test parameters from client)
- * Server can now set test options dynamically without having to restart.
- * Currently supported options: -l, -t, -n, -P, -R
- * Future options: -u, -b, -w, -M, -N, -I, -T, -Z, -6
- * Results exchange
- * Client can now see server results (and vice versa)
- * Reverse mode (-R)
- * Server sends, client receives
+ * UDP mode now supported
+ * Support for setting bandwidth (-b)
+ * Parallel UDP stream support
+ * Reverse mode UDP support
+ * Support for setting TCP_NODELAY (-N), disabling Nagle's Algorithm
+ * Support for setting TCP MSS (-M)
+ * Note: This feature is still in development. It is still very buggy.