文件名称:ping
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
PING程序设计和实现,系统自带的ping命令当它接送完所有ICMP报文后,会对所有发送和所有接收的ICMP报文进行统计,从而计算ICMP报文丢失的比率。为达此目的,定义两个全局变量:接收计数器和发送计数器,用于记录ICMP报文接受和发送数目。丢失数目=发送总数-接收总数,丢失比率=丢失数目/发送总数-PING program design and realization, the system comes with the ping command when it transfer all the ICMP packet will have all senders and all receivers of the ICMP packet statistics in order to estimate the ICMP packet loss ratio. To this end, define two global variables: the receiving and sending counter counter, used to record the ICMP packet and send the number of accepted. Number lost = sent total- to receive the total number of loss ratio = loss/Send the total number of
相关搜索: ping
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ping.txt