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
David Anderson c8c493f3d9 wgengine/magicsock: make ReceiveIPv4 a little easier to follow.
The previous code used a lot of whole-function variables and shared
behavior that only triggered based on prior action from a single codepath.
Instead of that, move the small amounts of "shared" code into each switch
case.

Signed-off-by: David Anderson <danderson@tailscale.com>
5 years ago
..
filter wgengine/filter, wgengine/magicsock: use new IP.BitLen to simplify some code 5 years ago
magicsock wgengine/magicsock: make ReceiveIPv4 a little easier to follow. 5 years ago
monitor wgengine/monitor: fix memory corruption in Windows implementation 5 years ago
router wgenginer/router/dns: use constant from golang.org/x/sys/windows 5 years ago
tsdns wgengine/tsdns: fix error response marshaling, improve bad query logs 5 years ago
tstun net/packet: add IPv6 source and destination IPs to Parsed. 5 years ago
winnet Move Linux client & common packages into a public repo. 6 years ago
userspace.go wgengine: don't try pinging IPv6 addresses in legacy pinger. 5 years ago
userspace_test.go wgengine: fix lazy wireguard config bug when disco keys change 5 years ago
watchdog.go wgengine: add Engine.SetLinkChangeCallback 5 years ago
watchdog_test.go wgengine: prevent log after exit in watchdog test 6 years ago
wgengine.go ipn, wgengine: disable subnet routes if network has PAC configuration 5 years ago