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 f265603110 wgengine/magicsock: fix data race in ReceiveIPv4.
The UDP reader goroutine was clobbering `n` and `err` from the
main goroutine, whose accesses are not synchronized the way `b` is.

Signed-off-by: David Anderson <danderson@tailscale.com>
5 years ago
..
filter controlclinet: clone filter.MatchAllowAll 5 years ago
magicsock wgengine/magicsock: fix data race in ReceiveIPv4. 5 years ago
monitor
packet
winnet
faketun.go wgengine: properly clean up freebsd routes and interfaces on close 5 years ago
ifconfig_windows.go wgengine: fix build on linux/freebsd/openbsd/windows 5 years ago
router_darwin.go
router_darwin_support.go
router_default.go
router_fake.go
router_freebsd.go wgengine: properly clean up freebsd routes and interfaces on close 5 years ago
router_linux.go wgengine: don't create duplicate iptables rules on Linux, clean up 5 years ago
router_openbsd.go wgengine: add OpenBSD router DNS update handling 5 years ago
router_windows.go
rusage.go
rusage_nowindows.go
rusage_windows.go
userspace.go ipn, wgengine/magicsock: add ipn.Prefs.DisableDERP bool 5 years ago
watchdog.go ipn, wgengine/magicsock: add ipn.Prefs.DisableDERP bool 5 years ago
watchdog_test.go
wgengine.go ipn, wgengine/magicsock: add ipn.Prefs.DisableDERP bool 5 years ago