资源列表
Client
- 采用VC++实现客户端的TCPIP接收数据-receive data by TCPIP protocol
DayTimeUDP
- linux下c语言实现的使用UDP协议的通信,适合初学者学习,可以使大家更好的理解UDP协议-linux c language use under the UDP communication protocol, suitable for beginners to learn, can make you a better understanding of UDP protocol
TimeTCP
- 基于TCP协议编程的小例子,可以帮助理解TCP协议,以及socket编程的基本方法。-TCP protocol based on a small example program that can help understand the TCP protocol, as well as the basic method of socket programming.
start
- c++基于socket做的一个简单客户端,有接受数据和发送数据的代码,做网络通信数据测试用。-C++ socket connect
socketstream
- 有连接的通信实例,基于C/S架构的,可以实现双方互相发送数据,接受数据-Instance of a communication connection, based on C/S architecture, the two sides can send data to each other, receive data
Server
- 采用VC++开发平台开发TCP/IP网络通信,本程序作为服务器的开发,设置IP和端口,接收数据。-TCP/IP communication by VC++,set IP address and port,server receive data from client.
xyfx
- 用协议分析工具学习TCPIP,包括 试验环境 测试过程 过程分析 -Study protocol analysis tools with TCPIP, the testing process including test environment, process analysis
tcpfx
- 在网络分析中,帮助读懂 TCP 序列号和确认号变化趋势,可以帮助我们学习TCP 协议以及 排查通讯故障,如通过查看序列号和确认号可以确定数据传输是否乱序-In network analysis, to help understand TCP sequence number and acknowledgment number trends that can help us to learn and troubleshoot TCP protocol for communication fail
NewEye2.tar
- Unreleased TCP streaming engine using epoll under Linux
icmp
- ICMP就是所谓的Internet控制报文协议(Internet Control Message Protocol),在网络中,一般用它来传递差错报文以及其他应注意的信息。ICMP一般被认为是和IP协议同一层的协议,IMCP报文通常被IP层或者更高层的协议(如:TCP或者UDP)使用,ICMP对于互联网以及其他基于IP协议的网络的正常运行起着非常重要的作用。有许多重要的网络程序都是基于ICMP协议上的,最为著名如Ping和Tracert等。本文就来介绍用Visual C#实现基于ICMP协议重要
ICMP
- ICMP就是所谓的Internet控制报文协议(Internet Control Message Protocol),在网络中,一般用它来传递差错报文以及其他应注意的信息。ICMP一般被认为是和IP协议同一层的协议,IMCP报文通常被IP层或者更高层的协议(如:TCP或者UDP)使用,ICMP对于互联网以及其他基于IP协议的网络的正常运行起着非常重要的作用。有许多重要的网络程序都是基于ICMP协议上的,最为著名如Ping和Tracert等。本文就来介绍用Visual C#实现基于ICMP协议重要
linux-Tcp-IP
- linux tcp/ip协议 内核源代码分析 协议栈的运作流程-LINUX tcp/ip protcocal