@ -151,7 +151,7 @@ func Ping(domain string, PS int) {
如果返回失败则丢包 ++
*/
if err != nil {
fmt.Printf("%s\n", red("timeout"))
fmt.Printf("%d bytes from %s (%s): icmp_seq=%d ttl=53 time=1000 %s\n", len, raddr.String(), raddr.String(), icmp_seq, red("ms"))
dropPack++
time.Sleep(time.Second)
continue