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/control/controlclient
Brad Fitzpatrick fb4e23506f control/controlclient: stop restarting map polls on health change
At some point we started restarting map polls on health change, but we
don't remember why. Maybe it was a desperate workaround for something.
I'm not sure it ever worked.

Rather than have a haunted graveyard, remove it.

In its place, though, and somewhat as a safety backup, send those
updates over the HTTP/2 noise channel if we have one open. Then if
there was a reason that a map poll restart would help we could do it
server-side. But mostly we can gather error stats and show
machine-level health info for debugging.

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
3 years ago
..
auto.go control/controlclient: stop restarting map polls on health change 3 years ago
client.go control/controlclient, ipn/ipnlocal: remove Client.SetExpirySooner, fix race 4 years ago
controlclient_test.go control/controlclient: store netinfo and hostinfo separately 4 years ago
debug.go control/controlclient: grow goroutine debug buffer as needed 4 years ago
debug_test.go control/controlclient: don't use regexp in goroutine stack scrubbing 4 years ago
direct.go control/controlclient: stop restarting map polls on health change 3 years ago
direct_test.go all: convert more code to use net/netip directly 3 years ago
map.go control/controlclient,ipn/ipnlocal: wire tka enable/disable 3 years ago
map_test.go control/controlclient,tailcfg: [capver 40] create KeySignature field in tailcfg.Node 3 years ago
noise.go control/controlclient: add a noiseClient.post helper method 3 years ago
noise_test.go control/controlbase: make the protocol version number selectable. 4 years ago
sign.go control/controlclient: update machine certificate signature version 4 years ago
sign_supported.go go.mod: update to latest certstore 4 years ago
sign_supported_test.go go.mod: update to latest certstore 4 years ago
sign_unsupported.go go.mod: update to latest certstore 4 years ago
status.go control/controlclient: store netinfo and hostinfo separately 4 years ago