#!/bin/bash . scripts/lava-common.sh iface=$(find_vland_iface) packets='600000' port='7788' lava-wait udp-tai-tx # TODO make port/packet count configurable tcpdump -c "$packets" -i "$iface" -w tsn.pcap -j adapter_unsynced -tt \ --time-stamp-precision=nano port "$port" echo "talker_strict :: udp port $port" > sched_filter