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

18 lines
384 B
Tcl

# Network echo test (lxip, UDP)
#
# Example test command
#
# for i in {1..10}; do
# dd if=/dev/urandom bs=736 count=1 | xxd -plain | tr -d '\n'
# sleep 0.1
# done | nc -u 10.0.2.55 7
#
proc ipstack { } { return lxip }
proc protocol { } { return udp }
proc use_dynamic_rom { } { return false }
source ${genode_dir}/repos/libports/run/netty.inc
# vi: set ft=tcl :