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/net/dnscache
David Anderson 463b3e8f62 net/dnscache: use tls.Conn.HandshakeContext.
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>
2 years ago
..
dnscache.go net/dnscache: use tls.Conn.HandshakeContext. 2 years ago
dnscache_test.go net/{dnscache,interfaces}: use netaddr.IP.IsPrivate, delete copied code 3 years ago
messagecache.go net/dnscache, net/tsdial: add DNS caching to tsdial UserDial 3 years ago
messagecache_test.go net/dnscache, net/tsdial: add DNS caching to tsdial UserDial 3 years ago