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/wgengine
Josh Bleecher Snyder 9d542e08e2 wgengine/magicsock: always run ReceiveIPv6
One of the consequences of the 	bind refactoring in 6f23087175
is that attempting to bind an IPv6 socket will always
result in c.pconn6.pconn being non-nil.
If the bind fails, it'll be set to a placeholder packet conn
that blocks forever.

As a result, we can always run ReceiveIPv6 and health check it.
This removes IPv4/IPv6 asymmetry and also will allow health checks
to detect any IPv6 receive func failures.

Signed-off-by: Josh Bleecher Snyder <josharian@gmail.com>
4 years ago
..
bench wgengine/bench: improved rate selection. 4 years ago
filter net/packet, wgengine/{filter,tstun}: add TSMP ping 4 years ago
magicsock wgengine/magicsock: always run ReceiveIPv6 4 years ago
monitor wgengine/monitor: reduce Linux log spam on down 4 years ago
netstack wgengine/netstack: log error when acceptUDP fails 4 years ago
router wgengine/router{win}: ignore broadcast routes added by Windows when removing routes. 4 years ago
wgcfg wgengine/wgcfg/nmcfg: consolidate exit node log lines 4 years ago
wglog wgengine/wglog: allow wireguard-go receive routines to log 4 years ago
winnet wgengine/winnet: don't build on non-windows 4 years ago
pendopen.go wgengine: quiet connection failure diagnostics for exit nodes 4 years ago
userspace.go wgengine: periodically poll engine status for logging side effect 4 years ago
userspace_ext_test.go cmd/tailscaled, wgengine{,/netstack}: add netstack hybrid mode, add to Windows 4 years ago
userspace_test.go cmd/tailscaled, wgengine{,/netstack}: add netstack hybrid mode, add to Windows 4 years ago
watchdog.go wgengine: take in dns.Config, split out to resolver.Config and dns.OSConfig. 4 years ago
watchdog_test.go wgengine: extend TestWatchdog timeout on macOS 4 years ago
wgengine.go tailcfg: add Endpoint, EndpointType, MapRequest.EndpointType 4 years ago