From fa34a97f49dd4930ee44da29a854680a75808190 Mon Sep 17 00:00:00 2001 From: Brian Tierney Date: Tue, 7 Jan 2014 16:45:43 -0800 Subject: [PATCH] updating to prepare for 3.0.0 release; still need to add final release date --- README | 14 +++++++++----- RELEASE_NOTES | 5 +++-- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/README b/README index 132f072..e9318fd 100644 --- a/README +++ b/README @@ -43,16 +43,18 @@ New options: -T, --title str prefix every output line with this string -F, --file name xmit/recv the specified file -A, --affinity n/n,m set CPU affinity + -k, --blockcount #[KMG] number of blocks (packets) to transmit (instead of -t or -n) + -L, --flowlabel set IPv6 flow label (Linux only) + +Changed flags: + -C, --linux-congestion set congestion control algorithm (Linux only) (-Z in iperf2.0) + Deprecated options: -Plan to add for the next release: - -Z, --linux-congestion set TCP congestion control algorithm (Linux only) - -Not planning to support. If you really miss these options, please submit a request in the issue tracker +Not planning to support these iperf2 flags. If you really miss these options, please submit a request in the issue tracker -d, --dualtest Do a bidirectional test simultaneously -r, --tradeoff Do a bidirectional test individually - -N, --nodelay set TCP no delay, disabling Nagle's Algorithm -T, --ttl time-to-live, for multicast (default 1) -x, --reportexclude [CDMSV] exclude C(connection) D(data) M(multicast) S(settings) V(server) reports -y, --reportstyle C report as a Comma-Separated Values @@ -86,5 +88,7 @@ have widely varying interval times. We are trying to determine the best solution the meantime, try using a smaller block size if you get strange interval reports. For example, try "-l 4K". +* -Z flag on OSX sometimes hangs + diff --git a/RELEASE_NOTES b/RELEASE_NOTES index bdbeb69..609d60f 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,11 +1,12 @@ -== iperf 3.0.0 ????-??-?? == +== iperf 3.0.0 2014-01-?? == * 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) + -k, --blockcount #[KMG] number of blocks (packets) to transmit (instead of -t or -n) * Bug fixes -== iperf 3.0.0 2013-11-15 == +== iperf 3.0-RC5 2013-11-15 == * Added the following new flags -F, --file name xmit/recv the specified file -A, --affinity n/n,m set CPU affinity