You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/cmd/tailscale
Aaron Bieber 3f4fd64311 cmd/tailscale: exit loop when timeout and pingArgs.num are met
Currently if you use '-c' and ping a host that times out, ping will
continue running indefinitely. This change exits the loop with "no
reply" when we time out, hit the value specified by '-c' and do not
have anyPong. If we have anyPong it returns nil.

Signed-off-by: Aaron Bieber <aaron@bolddaemon.com>
2 years ago
..
cli cmd/tailscale: exit loop when timeout and pingArgs.num are met 2 years ago
depaware.txt ipn/ipnlocal, net/dns*, util/cloudenv: specialize DNS config on Google Cloud 2 years ago
tailscale.go cmd/tailscale: move call to cli.CleanUpArgs() from main() into cli.Run() (#4954) 2 years ago