genode/repos/libports/run/netty_lwip_tcp.run
Christian Helmuth 297947bec7 Cleanup netty network tests
Issue #4722
2023-02-27 08:20:45 +01:00

15 lines
339 B
Tcl

# Network echo test (lwIP, TCP)
#
# Example test command
#
# dd if=/dev/urandom bs=736 count=10 | xxd -plain | tr -d '\n' | nc 10.0.2.55 80
#
proc ipstack { } { return lwip }
proc protocol { } { return tcp }
proc use_dynamic_rom { } { return false }
source ${genode_dir}/repos/libports/run/netty.inc
# vi: set ft=tcl :