udp
Internet协议集支持一个无连接的传输协议,该协议称为用户数据报协议(UDP,UserDatagramProtocol)。UDP为应用程序提供了一种无需建立连接就可以发送封装的IP数据包的方法。RFC768[1]描述了UDP。
共 521 份资源
udp 全部资料 521 份
PDF文档
* This a simple tool to send/receive UDP packet based on a * free software developed by Neil Deas
* This a simple tool to send/receive UDP packet based on a * free software developed by Neil Deas...
PDF文档
基于JAVA的ICQ系统当用户通过UDP收到消息后
基于JAVA的ICQ系统当用户通过UDP收到消息后,可以通过 DatagramPacket的方法InetAddress getAddress()得到对方的ip地址,通过对好友列表比较以判断是谁并提示用...
PDF文档
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 thro...