fmt.Printf("%s\n", red("timeout"))

master
dustoair 3 years ago
parent b12ff74f26
commit 66716fd3bb

@ -151,6 +151,7 @@ func Ping(domain string, PS int) {
++ ++
*/ */
if err != nil { if err != nil {
fmt.Printf("%s\n", red("timeout"))
dropPack++ dropPack++
time.Sleep(time.Second) time.Sleep(time.Second)
continue continue

Loading…
Cancel
Save