2007-02-16 21:16:24 +01:00
|
|
|
config BR2_PACKAGE_IPERF
|
|
|
|
bool "iperf"
|
2008-09-01 17:33:17 +02:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2007-02-16 21:16:24 +01:00
|
|
|
help
|
|
|
|
Internet Protocol bandwidth measuring tool for measuring
|
|
|
|
TCP/UDP performance.
|
|
|
|
|
|
|
|
http://dast.nlanr.net/projects/iperf/
|
2008-09-01 17:33:17 +02:00
|
|
|
|
|
|
|
comment "iperf requires a toolchain with C++ support enabled"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|