tailscale/wgengine
Josh Bleecher Snyder 5835a3f553 health, wgengine/magicsock: avoid receive function false positives
Avery reported a sub-ms health transition from "receiveIPv4 not running" to "ok".

To avoid these transient false-positives, be more precise about
the expected lifetime of receive funcs. The problematic case is one in which
they were started but exited prior to a call to connBind.Close.
Explicitly represent started vs running state, taking care with the order of updates.

Signed-off-by: Josh Bleecher Snyder <josharian@gmail.com>
2021-04-22 12:48:10 -07:00
..
filter
magicsock
monitor
netstack
router wgengine/router: add the Tailscale ULA route on darwin. 2021-04-15 17:07:50 -07:00
wgcfg wgengine/wgcfg/nmcfg: consolidate exit node log lines 2021-04-21 11:29:30 -07:00
wglog
winnet
pendopen.go
userspace.go
userspace_ext_test.go
userspace_test.go
watchdog.go
watchdog_test.go
wgengine.go