From bdae617801aaecd94374f6adb8d200a3d243a6c7 Mon Sep 17 00:00:00 2001 From: sre Date: Thu, 16 Jun 2022 18:27:21 +0800 Subject: [PATCH] count --- pong.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pong.go b/pong.go index c7b150b..cc75a8c 100644 --- a/pong.go +++ b/pong.go @@ -39,7 +39,7 @@ func main() { if *port != 0 { dial.PortDial(flag.Arg(0), strconv.Itoa(*port), *protocol, *timeout) } - goping.Ping(flag.Arg(0), 48, 5) + goping.Ping(flag.Arg(0), 48) os.Exit(0) default: addressDial := flag.Arg(0)