updating to prepare for 3.0.0 release; still need to add final release date

This commit is contained in:
Brian Tierney 2014-01-07 16:45:43 -08:00
parent 5238ff0458
commit fa34a97f49
2 changed files with 12 additions and 7 deletions

14
README
View File

@ -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 <algo> 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

View File

@ -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