赞
踩
发送端: echo “Hello world” | nc -u 127.0.0.1 7777 使用udp协议发送到端口7777
接收端: nc -ulp 127.0.0.1 7777
从7777端口接收udp协议包