Wiki »
# 在一端执行 echo "hello,udp server." | nc -u 192.168.0.100 123 # 在另一端抓包 tcpdump -i any udp and port 123 -X