python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / iperf3 / Config.in
blob074c1d36c08c3ecba8140243f8aa0818759fe322
1 config 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 bandwidth,
9           loss, and other parameters.
10           It's a redesign of the NLANR/DAST iperf(2) and is not
11           backward compatible.
13           http://software.es.net/iperf/index.html
15 comment "iperf3 needs a toolchain w/ threads"
16         depends on !BR2_TOOLCHAIN_HAS_THREADS