mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
fe46d50ab3
Adds two new netperf tests, netperf_lxip_router and netperf_lwip_router who test the TCP throughput of the NIC router when routed with a tcp-forward rule and NAT. Issue #2624
18 lines
472 B
Plaintext
18 lines
472 B
Plaintext
#
|
|
# \brief Test using netperf with a native driver or if not available for
|
|
# the platform using usb 2.0 by default
|
|
# \author Alexander Boettcher
|
|
# \date 2013-07-08
|
|
#
|
|
|
|
# network configuration
|
|
set use_nic_bridge 0
|
|
set use_nic_router 0
|
|
set use_wifi_driver 0
|
|
set use_usb_11 "no"
|
|
set use_usb_20 "yes"
|
|
set use_usb_30 "no"
|
|
|
|
source ${genode_dir}/repos/ports/run/netperf_lxip.inc
|
|
source ${genode_dir}/repos/ports/run/netperf.inc
|