1config BR2_PACKAGE_IPERF3 2 bool "iperf3" 3 depends on BR2_TOOLCHAIN_HAS_THREADS 4 help 5 iperf is a tool for active measurements of the maximum 6 achievable bandwidth on IP networks. 7 It supports tuning of various parameters related to timing, 8 protocols, and buffers. For each test it reports the 9 bandwidth, loss, and other parameters. 10 It's a redesign of the NLANR/DAST iperf(2) and is not backward 11 compatible. 12 13 http://software.es.net/iperf/index.html 14 15comment "iperf3 needs a toolchain w/ threads" 16 depends on !BR2_TOOLCHAIN_HAS_THREADS 17