搜索资源列表
sniffer
- 能够侦听所有进出本主机的数据包完整显示数据包头信息和内容 MAC层支持:以太帧 网络层支持:IP,ARP,RARP,ICMP 传输层支持:TCP,UDP-Listening to all incoming and outgoing packets of the integrity of the host header information and display data content to support the MAC layer: network layer support for E
NetPackageCapture
- 原始数据包获取并解析,http协议,tcpip协议.udp协议-Obtain and parse the original packet, http protocol, tcpip protocol. Udp protocol
UDP_AsynTranFile
- 稳定的接收数据包,内容详尽,若有需求的,可直接采用.大神的代码... 多多传阅-Stable reception UDP packet contents in detail, if demand can be directly used. Great God of code ... a lot of circulation
Projects
- UDP协议全称是用户数据报协议[1] ,在网络中它与TCP协议一样用于处理数据包,是一种无连接的协议。在OSI模型中,在第四层——传输层,处于IP协议的上一层。UDP有不提供数据包分组、组装和不能对数据包进行排序的缺点,也就是说,当报文发送之后,是无法得知其是否安全完整到达的。UDP用来支持那些需要在计算机之间传输数据的网络应用。包括网络视频会议系统在内的众多的客户/服务器模式的网络应用都需要使用UDP协议。UDP协议从问世至今已经被使用了很多年,虽然其最初的光彩已经被一些类似协议所掩盖,但是即
C# Socket 分包传送数据
- 一款高性能并发tcp服务器,内部带有心跳,分包,粘包,功能,并包含TCP,UDP客户单小例子(A high performance concurrent TCP server with internal heartbeat, sub packet, sticky package, function, and contains TCP, UDP client single small example)
UDP服务端
- UDP服务端,用于接收udp包数据,十分好用