搜索资源列表
Myping
- 使用原始套接字实现ping命令的功能,以指定发送报文数。 可以指定发送报文长度。 可以指定发送报文的TTL值
MyPing
- ping,tracert的VC实现,很好。
myping
- 原理:TCP/IP协议中的ICMP功能,根据收到应答信息与否判定目标机在线与否。
myPing
- 这是一个简单的Ping程序的实现,模仿了Ping 的原理,对学习TCP/IP协议的朋友很有帮组,可以理解其原理,加深对网络的理解. 在学习中,大家可以相互交流,可以和我联系:QQ 48150181 Email:songshiyou888@163.com ping 是向目的地址发送一个icmp回显请求报文,然后等待回显应答报文 并在超时打印超时信息,本代码没有实现超时检测.
myPing
- 用标准C写的一个MYPing小程序.ping 是向目的地址发送一个icmp回显请求报文,然后等待回显应答报文
MyPing
- 实现PING功能,很不错的代码,很详细,很好看
MyPing
- 此为icmp协议,可以通常说的ping指令,可以用来查看局域网的连接情况
myping
- 用C语言写的linux下的ping程序,使用nanosleep()判断icmp超时,未使用信号量
myping
- 一个小的PING代码实现-a small source implementation of the PING
myping
- 关于ping在linux环境下的实现代码,可以运行
ICMP2
- 《--程序--》MyPing 《--程序--》MyTraceRoute-"-- procedures --" MyPing "-- procedures --" MyTraceRoute
myping
- 一个小的PING代码实现-a small source implementation of the PING
ICMP2
- 《--程序--》MyPing 《--程序--》MyTraceRoute-"-- procedures--" MyPing "-- procedures--" MyTraceRoute
MyPing
- ping,tracert的VC实现,很好。
myPing
- 这是一个简单的Ping程序的实现,模仿了Ping 的原理,对学习TCP/IP协议的朋友很有帮组,可以理解其原理,加深对网络的理解. 在学习中,大家可以相互交流,可以和我联系:QQ 48150181 Email:songshiyou888@163.com ping 是向目的地址发送一个icmp回显请求报文,然后等待回显应答报文 并在超时打印超时信息,本代码没有实现超时检测.-This is a simple proced
myPing
- 用标准C写的一个MYPing小程序.ping 是向目的地址发送一个icmp回显请求报文,然后等待回显应答报文-C using standard MYPing write a small program. Ping destination address to send a icmp echo request packet, and then wait for Echo Reply Message
myping
- 用C语言写的linux下的ping程序,使用nanosleep()判断icmp超时,未使用信号量-Using C language under linux written ping procedures, the use of nanosleep () to determine icmp overtime, unused semaphore
MyPing
- 利用ICMP原理做的一个测网速的小程序 专注于外网 通过输入一个IP 就可以得到网速-Principle of the use of ICMP to do a little speed test procedures have focused on the importation of a foreign IP network can be speed
myecho-myping
- LINUX下实现的PING程序,为客户-服务器结构。程序简明易解。非常适合网络编程初学者。-LINUX under the PING program, customers- server architecture. Easy simple solution procedure. Network programming is very suitable for beginners.
MyPing
- MyPing is a tool for simulate the Ping command