Config.in 629 B

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