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 {
fmt.Printf("%s\n", red("timeout"))
dropPack++
time.Sleep(time.Second)
continue

Loading…
Cancel
Save