Prepare for iperf3 3.0.1.
This commit is contained in:
parent
a844d3ba95
commit
49f74e582c
@ -1,15 +1,16 @@
|
||||
== iperf 3.0.0 2014-01-?? ==
|
||||
== iperf 3.0.1 2014-01-10 ==
|
||||
* 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)
|
||||
-k, --blockcount #[KMG] number of blocks (packets) to transmit
|
||||
(instead of -t or -n)
|
||||
* Bug fixes
|
||||
|
||||
== 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
|
||||
-A, --affinity n/n,m set CPU affinity (Linux only)
|
||||
-J, --json output in JSON format
|
||||
-Z, --zerocopy use a 'zero copy' method of sending data
|
||||
-O, --omit N omit the first n seconds
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2009-2011, The Regents of the University of California,
|
||||
* Copyright (c) 2009-2014, The Regents of the University of California,
|
||||
* through Lawrence Berkeley National Laboratory (subject to receipt of any
|
||||
* required approvals from the U.S. Dept. of Energy). All rights reserved.
|
||||
*
|
||||
@ -7,5 +7,5 @@
|
||||
* for complete information.
|
||||
*/
|
||||
|
||||
#define IPERF_VERSION "3.0-RC5"
|
||||
#define IPERF_VERSION_DATE "07 November 2013"
|
||||
#define IPERF_VERSION "3.0.1"
|
||||
#define IPERF_VERSION_DATE "10 January 2014"
|
||||
|
Loading…
x
Reference in New Issue
Block a user