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 Crawshaw c576a57067 wgengine: avoid holding any locks during HandshakeDone
Because wgLock is held while some wireguard-go methods run,
trying to hold wgLock during HandshakeDone potentially creates
lock cycles between wgengine and internals of wireguard-go.

Arguably wireguard-go should call HandshakeDone in a new goroutine,
but until its API promises that, don't make any assumptions here.

Maybe for #110.

Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
5 years ago
..
filter
magicsock stunner: support IPv6, add latency info to callbacks, use unique TxIDs per retry 5 years ago
monitor wgengine/monitor: use RTMGRP_* consts from x/sys/unix 5 years ago
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 wgengine: move link monitor to be owned by the engine, not the router 5 years ago
router_darwin_support.go
router_default.go wgengine: simplify, change some signatures 5 years ago
router_fake.go wgengine: move link monitor to be owned by the engine, not the router 5 years ago
router_freebsd.go wgengine: properly clean up freebsd routes and interfaces on close 5 years ago
router_linux.go wgengine: resolv.conf spelling corrections 5 years ago
router_openbsd.go wgengine: add OpenBSD router DNS update handling 5 years ago
router_windows.go wgengine: move link monitor to be owned by the engine, not the router 5 years ago
rusage.go Move "logger" package to under types, now that we have it. 5 years ago
rusage_nowindows.go wgengine: flesh out some docs 5 years ago
rusage_windows.go
userspace.go wgengine: avoid holding any locks during HandshakeDone 5 years ago
watchdog.go wgengine: flesh out some docs 5 years ago
watchdog_test.go wgengine: simplify, change some signatures 5 years ago
wgengine.go wgengine: update for wgcfg changes 5 years ago