搜索资源列表
ping
- 自己写的一个ping程序,采用原始套接字,可以自己指定目标主机的主机名或者ip发送指定长度填充内容的ICMP请求报文-My ping program ,using RAW socket which can send an ICMP echo packet to the host you pointed and you can define the context
TCP_echo
- 自己写的一个TCP回射程序,采用socket套接字,可以自己指定目标主机的ip发送指定内容的报文,且可以在服务器端接收该报文内容 -My TCP program ,using winsocket which can send an TCP echo packet to the host you pointed and you can define the context