1config BR2_PACKAGE_IPERF 2 bool "iperf" 3 depends on BR2_INSTALL_LIBSTDCPP 4 # uses fork() 5 depends on BR2_USE_MMU 6 help 7 Internet Protocol bandwidth measuring tool for measuring 8 TCP/UDP performance. 9 10 https://sourceforge.net/projects/iperf2/ 11 12comment "iperf needs a toolchain w/ C++" 13 depends on BR2_USE_MMU 14 depends on !BR2_INSTALL_LIBSTDCPP 15