master
sre 4 years ago
parent bfdc0c8cc6
commit bdae617801

@ -39,7 +39,7 @@ func main() {
if *port != 0 { if *port != 0 {
dial.PortDial(flag.Arg(0), strconv.Itoa(*port), *protocol, *timeout) 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) os.Exit(0)
default: default:
addressDial := flag.Arg(0) addressDial := flag.Arg(0)

Loading…
Cancel
Save