tcp
服务端运行
nc -ulp {端口}
客户端运行
nc -u {ip} {端口}
在客户端输入字符,如果连接正常,服务端会同样输出
原文地址:https://www.cnblogs.com/8000cabbage/p/12283197.html
时间: 2024-10-18 03:39:11
tcp
服务端运行
nc -ulp {端口}
客户端运行
nc -u {ip} {端口}
在客户端输入字符,如果连接正常,服务端会同样输出
原文地址:https://www.cnblogs.com/8000cabbage/p/12283197.html