Update release notes and known issues on mainline.

This commit is contained in:
Bruce A. Mah 2014-06-11 13:41:42 -07:00
parent b3903f4ca2
commit d73969bddf
2 changed files with 29 additions and 4 deletions

View File

@ -143,7 +143,6 @@ doubles the value you pass in. (You can see this using iperf3's debug flag).
But then the CWND does not actually ramp up to the doubled value, but only
to about 75% of the doubled value. This appears to be by design.
* On some platforms (observed on at least one version of Ubuntu
Linux), it might be necessary to invoke "ldconfig" manually after
doing a "make install" before the iperf3 executable can find its
shared library. (Issue #153)
* On some platforms, it might be necessary to invoke "ldconfig"
manually after doing a "make install" before the iperf3 executable can
find its shared library. (Issue #153)

View File

@ -11,6 +11,10 @@
TCP_CONGESTION. Most notably this allows iperf3 to work on CentOS
5.
* Selection of TCP congestion now works on FreeBSD, and is now
called --congestion (the old --linux-congestion option works
but is now deprecated).
* An abort on MacOS 10.9 has been fixed (issue #135).
* Added -I flag for the server to write a PID file, mostly useful for
@ -40,6 +44,21 @@
* A possible buffer overflow in iperf_error.c has been fixed (issue
#155).
* A timing issue which caused measurement intervals to be wrong
with TCP tests on lossy networks has been fixed (issue #125).
* Newer versions of autoconf / automake / libtool are now used by
default (issue #161).
* The maximum test running time is now one day, up from one hour
(issue #166).
* JSON output now indicates whether the test was run in --reverse
mode (issue #167).
* It is now possible to get (most of) the server-side output at
the client by using the --get-server-output flag (issue #160).
* Developer-visible changes
* Some memory leaks have been fixed.
@ -55,6 +74,13 @@
* libiperf is now built by default as both shared and static
libraries (issue #146, issue #152).
* Consumers of libiperf can now get the JSON output for a
just-completed test (issue #147).
* Detection of various optional features has been improved to check
for the presence or absence of platform functionality, not the name
of platforms.
== iperf 3.0.1 2014-01-10 ==
* Added the following new flags
-D, --daemon run server as a daemon