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/netcheck
James Tucker 6e334e64a1 net/netcheck,wgengine/magicsock: align DERP frame receive time heuristics
The netcheck package and the magicksock package coordinate via the
health package, but both sides have time based heuristics through
indirect dependencies. These were misaligned, so the implemented
heuristic aimed at reducing DERP moves while there is active traffic
were non-operational about 3/5ths of the time.

It is problematic to setup a good test for this integration presently,
so instead I added comment breadcrumbs along with the initial fix.

Updates #8603

Signed-off-by: James Tucker <james@tailscale.com>
2 months ago
..
netcheck.go net/netcheck,wgengine/magicsock: align DERP frame receive time heuristics 2 months ago
netcheck_test.go net/netcheck,wgengine/magicsock: align DERP frame receive time heuristics 2 months ago
standalone.go net/netcheck,wgengine/magicsock: reduce coupling between netcheck and magicsock 10 months ago