搜索资源列表
UDPNetKit
- UDP是不面向连接的,不过我这里还是用了和TCP近似的处理,是因为这样更方便一点,大家用了就知道了。 其中的UDPSocket类可以用到其他程序中。 -UDP is connection-oriented, but here I am still using the TCP and similar treatment, because it is more convenient, we have spent will know. UDPSocket which could be app
udpsocket
- 用C语言实现的UDP协议的socket编程,请大家研究研究-C language of the UDP socket programming, please studies
UDPSocket
- UDP套接字编程的例子,自己写的。 //说明:可以使用默认设置,也可以运行两个实例A和B,A的发送端口是B的侦听端口, //A的侦听端口是B的发送端口,两个互相发送消息。 //本程序经过测试,供学习使用
UDPSocket
- UDPSocket 简单的UDP通信,可以参考改进
