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/tsdial
Andrew Dunham a682f7602e net/tsdial: assume all connections are affected if no default route is present
If this happens, it results in us pessimistically closing more
connections than might be necessary, but is more correct since we won't
"miss" a change to the default route interface and keep trying to send
data over a nonexistent interface, or one that can't reach the internet.

Updates tailscale/corp#19124

Signed-off-by: Andrew Dunham <andrew@du.nham.ca>
Change-Id: Ia0b8b04cb8cdcb0da0155fd08751c9dccba62c1a
1 month ago
..
dnsmap.go all: remove LenIter, use Go 1.22 range-over-int instead 3 months ago
dnsmap_test.go types/netmap: remove NetworkMap.{Addresses,MachineStatus} 9 months ago
dohclient.go all: update copyright and license headers 1 year ago
dohclient_test.go all: update copyright and license headers 1 year ago
peerapi_macios_ext.go all: cleanup unused code, part 1 (#10661) 5 months ago
tsdial.go net/tsdial: assume all connections are affected if no default route is present 1 month ago