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)