Config.in 555 B

12345678910111213141516
  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
  9. bandwidth, loss, and other parameters.
  10. It's a redesign of the NLANR/DAST iperf(2) and is not backward
  11. compatible.
  12. http://software.es.net/iperf/index.html
  13. comment "iperf3 needs a toolchain w/ threads"
  14. depends on !BR2_TOOLCHAIN_HAS_THREADS