Update release notes and known issues on mainline.
Этот коммит содержится в:
родитель
b3903f4ca2
Коммит
d73969bddf
@ -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
|
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.
|
to about 75% of the doubled value. This appears to be by design.
|
||||||
|
|
||||||
* On some platforms (observed on at least one version of Ubuntu
|
* On some platforms, it might be necessary to invoke "ldconfig"
|
||||||
Linux), it might be necessary to invoke "ldconfig" manually after
|
manually after doing a "make install" before the iperf3 executable can
|
||||||
doing a "make install" before the iperf3 executable can find its
|
find its shared library. (Issue #153)
|
||||||
shared library. (Issue #153)
|
|
||||||
|
@ -11,6 +11,10 @@
|
|||||||
TCP_CONGESTION. Most notably this allows iperf3 to work on CentOS
|
TCP_CONGESTION. Most notably this allows iperf3 to work on CentOS
|
||||||
5.
|
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).
|
* 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
|
* 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
|
* A possible buffer overflow in iperf_error.c has been fixed (issue
|
||||||
#155).
|
#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
|
* Developer-visible changes
|
||||||
|
|
||||||
* Some memory leaks have been fixed.
|
* Some memory leaks have been fixed.
|
||||||
@ -55,6 +74,13 @@
|
|||||||
* libiperf is now built by default as both shared and static
|
* libiperf is now built by default as both shared and static
|
||||||
libraries (issue #146, issue #152).
|
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 ==
|
== iperf 3.0.1 2014-01-10 ==
|
||||||
* Added the following new flags
|
* Added the following new flags
|
||||||
-D, --daemon run server as a daemon
|
-D, --daemon run server as a daemon
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user