mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
d9a4773194
This patch reintroduces the LwIP stack to libc as a VFS plugin implementing the socket_fs interface. Rather than use LwIP's socket emulation layer this plugin interfaces directly to LwIP raw API and is single threaded. The internal TCP parameters of the stack are untuned. Fix #2050 Fix #2335
20 lines
547 B
Plaintext
20 lines
547 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"
|
|
|
|
set ip_match_string "address=(\[0-9\]+\.\[0-9\]+\.\[0-9\]+\.\[0-9\]+).*\n"
|
|
|
|
source ${genode_dir}/repos/libports/run/vfs_lwip.inc
|
|
source ${genode_dir}/repos/ports/run/netperf.inc
|