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
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
..
addlicense cmd/addlicense: add command to add licenseheaders to generated code 3 years ago
cloner cmd/viewer: add codegen tool for Views 2 years ago
derper net/wsconn: remove homegrown wrapper for turning a websocket.Conn into a net.Conn 2 years ago
derpprobe all: use any instead of interface{} 2 years ago
gitops-pusher cmd/gitops-pusher: add new GitOps assistant (#4893) 2 years ago
hello all: use strings.Cut even more 2 years ago
mkpkg cmd/mkpkg: use package flag (#4373) 2 years ago
nginx-auth cmd/nginx-auth: maintainer scripts and tailnet checking (#4460) 2 years ago
printdep Docker: add ALPINE.txt to manage alpine versions 2 years ago
proxy-to-grafana client/tailscale: move/copy all package funcs to new LocalClient type 2 years ago
speedtest cmd: upgrade to ffcli v3 3 years ago
tailscale cmd/tailscale: exit loop when timeout and pingArgs.num are met 2 years ago
tailscaled ipn/ipnlocal, net/dns*, util/cloudenv: add AWS DNS support 2 years ago
testcontrol all: use any instead of interface{} 2 years ago
tsshd cmd/tsshd: delete, leaving only forwarding docs 2 years ago
viewer cmd/viewer,types/views: add support for views of maps 2 years ago