UDP
Internet协议集支持一个无连接的传输协议,该协议称为用户数据报协议(UDP,UserDatagramProtocol)。UDP为应用程序提供了一种无需建立连接就可以发送封装的IP数据包的方法。RFC768[1]描述了UDP。
资源总数
504
UDP 热门资料
查看全部 504 份 →In this article, I will explain how to create UDP packets and then send them to a remote server thro
In this article, I will explain how to create UDP packets and then send them to a remote server through the Internet usi...
2013-12-12
146