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
Avery Pennarun f2e2ffa423 controlclient: log the entire netmap up to every 5 minutes.
We log it once upon receiving the first copy of the map, then
subsequently when a new one appears, but only if we haven't logged one
less than 5 minutes ago.

This avoids overly cluttering the log (as we did before, logging the
netmap every time one appeared, which could be hundreds of lines every
few seconds), but still gives the log enough context to help in
diagnosing problems retroactively.
5 years ago
..
auto.go controlclient: set default TimeNow function 5 years ago
auto_test.go controlclient: allow prefixed endpoints in tests 5 years ago
controlclient_test.go types/empty: add Message, stop using mysterious *struct{} 5 years ago
direct.go controlclient: log the entire netmap up to every 5 minutes. 5 years ago
direct_test.go Fix some Hostinfo value usages from the previous commit. 5 years ago
netmap.go controlclient, tailcfg: deliver DERP addresses in a separate field 5 years ago
persist_test.go ipn: implement Prefs.Equals efficiently. 5 years ago