You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
5 years ago
..
filter
net/packet, wgengine/{filter,tstun}: add TSMP ping
5 years ago
magicsock
health, wgengine/magicsock: avoid receive function false positives
5 years ago
monitor
wgengine/monitor: reduce Linux log spam on down
5 years ago
netstack
wgengine/netstack: log error when acceptUDP fails
5 years ago
router
wgengine/router: add the Tailscale ULA route on darwin.
5 years ago
wgcfg
wgengine/wgcfg/nmcfg: consolidate exit node log lines
5 years ago
wglog
wgengine/wglog: allow wireguard-go receive routines to log
5 years ago
winnet
wgengine/winnet: don't build on non-windows
5 years ago
pendopen.go
wgengine: quiet connection failure diagnostics for exit nodes
5 years ago
userspace.go
tailcfg: add Endpoint, EndpointType, MapRequest.EndpointType
5 years ago
userspace_ext_test.go
cmd/tailscaled, wgengine{,/netstack}: add netstack hybrid mode, add to Windows
5 years ago
userspace_test.go
cmd/tailscaled, wgengine{,/netstack}: add netstack hybrid mode, add to Windows
5 years ago
watchdog.go
wgengine: take in dns.Config, split out to resolver.Config and dns.OSConfig.
5 years ago
watchdog_test.go
wgengine: extend TestWatchdog timeout on macOS
5 years ago
wgengine.go
tailcfg: add Endpoint, EndpointType, MapRequest.EndpointType
5 years ago