mirror of
https://github.com/tailscale/tailscale.git
synced 2025-06-11 18:28:35 +00:00

Go 1.17 added a HandshakeContext func to take care of timeouts during TLS handshaking, so switch from our homegrown goroutine implementation to the standard way. Signed-off-by: David Anderson <danderson@tailscale.com>