1000ms timeout

master
dustoair 3 years ago
parent 66716fd3bb
commit ece720706b

@ -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

Loading…
Cancel
Save