资源列表
arp
- 通过程序实现类似windows系统类似tracert的功能,可以通过wireshark抓取tracert数据分析 来了解工作原理。基本流程向目标主机发送3个ICMP回显报文,IP报文的ttl值设为1,接收ICMP 差错报告报文,记录从发送出去到接收花费的时间,然后修改ttl值为2,再发3个ICMP报文, 记录接收到的差错报告报文,直到接收到ICMP回显中的应答报文接收,打印数据类似如下 格式:-Program similar to windows system similar t
Socket-programming-TCP
- tcp socket programming program in C language
rip
- RIP协议,是一种动态路由选择协议,采用距离向量算法。代码用C++实现RIP协议-RIP protocol is a dynamic routing protocol, using distance vector algorithm. Code with C++ achieve the RIP
UDPCSChat
- UDP协议的TCP/IP的CS模式的聊天程序,可以实现局域网的聊天并计算发送消息的字节数-UDP protocol for TCP/IP chat program of the CS mode, you can achieve LAN chat and calculate the number of bytes to send messages
net
- 一个很入门的网络编程实例,初学者可以看看.很好上手
server
- 防丢包UDP传输server端,将文件包分成1024kb/包 如果丢包就重传如果收到ACK就继续传文件-UDP transport server-side anti-packet loss, the package into 1024kb/packet retransmission if the packet loss to receive the ACK if the file transfer to continue
m-recv
- 是实现在基于TCP/IP的局域网中计算机的多播的接收机的接收程序-The receiving program to achieve multicast receiver in the computer s TCP/IP-based LAN
linear3_a
- linear network topology
udp
- Example udp server and client in C. udpserver.c udpclient.c
display_ipopt
- program to display port no
serveur_tcpforck.c.tar
- this a tcp server ho it worck whith forck function it is multiprocessus-this is a tcp server ho it worck whith forck function it is multiprocessus
rtprtcp
- c实现rtp、rtcp的实现,定义了rtp、rtcp的文件头格式-how to complete rtp and rtcp