ede944f535
2.1.8 (as of August 5th, 2022)
------------------------------
- Add support for --bounceback to perform a repsonsiveness test (see man
page for other options)
- add support for working loads with --bounceback
- Fix to wait_tick with Mac OS X
- Various python pyflows commits
- add support for client side tcp-write-time histograms and mean/min/max
- add support for human readable dscp or -T values (see man page)
- udp_accept no longer accepts packets from a previous run as a new
connection, this can occur with long network delays
- multiple isoch bug fixes for both UDP and TCP
- isoch server provides mean/min/max/stdev for both frames and packets
- UDP max MTU discovery, requires configure.ac will support
--enable-discover-defaultlen prior to compile
- Drop first patch (already in version)
- Drop second patch (not needed since
de5cb99546
)
https://sourceforge.net/projects/iperf2/files/
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
18 lines
449 B
Makefile
18 lines
449 B
Makefile
################################################################################
|
|
#
|
|
# iperf
|
|
#
|
|
################################################################################
|
|
|
|
IPERF_VERSION = 2.1.8
|
|
IPERF_SITE = http://downloads.sourceforge.net/project/iperf2
|
|
IPERF_LICENSE = MIT-like
|
|
IPERF_LICENSE_FILES = COPYING
|
|
IPERF_CPE_ID_VENDOR = iperf2_project
|
|
IPERF_CPE_ID_PRODUCT = iperf2
|
|
|
|
IPERF_CONF_OPTS = \
|
|
--disable-web100
|
|
|
|
$(eval $(autotools-package))
|