Ncat 7.50 (https://nmap.org/ncat)
-u 指定udp报文
-l 监听的端口号
客户端:
[root@localhost root]# nc -u 192.168.11.126 10000 aaaaaa ^C [root@localhost root]#
服务端:
[root@localhost root]# nc -u -l 10000 aaaaaa ^C [root@localhost root]#