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.
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>
6 years ago
..
filter
Move Linux client & common packages into a public repo.
6 years ago
magicsock
stunner: support IPv6, add latency info to callbacks, use unique TxIDs per retry
6 years ago
monitor
wgengine/monitor: use RTMGRP_* consts from x/sys/unix
6 years ago
packet
wgengine/packet: fix minor lint errors.
6 years ago
winnet
Move Linux client & common packages into a public repo.
6 years ago
faketun.go
wgengine: properly clean up freebsd routes and interfaces on close
6 years ago
ifconfig_windows.go
wgengine: fix build on linux/freebsd/openbsd/windows
6 years ago
router_darwin.go
wgengine: move link monitor to be owned by the engine, not the router
6 years ago
router_darwin_support.go
wgengine: make SetRoutesFunc less appealing to use.
6 years ago
router_default.go
wgengine: simplify, change some signatures
6 years ago
router_fake.go
wgengine: move link monitor to be owned by the engine, not the router
6 years ago
router_freebsd.go
wgengine: properly clean up freebsd routes and interfaces on close
6 years ago
router_linux.go
wgengine: resolv.conf spelling corrections
6 years ago
router_openbsd.go
wgengine: add OpenBSD router DNS update handling
6 years ago
router_windows.go
wgengine: move link monitor to be owned by the engine, not the router
6 years ago
rusage.go
Move "logger" package to under types, now that we have it.
6 years ago
rusage_nowindows.go
wgengine: flesh out some docs
6 years ago
rusage_windows.go
Move Linux client & common packages into a public repo.
6 years ago
userspace.go
wgengine: avoid holding any locks during HandshakeDone
6 years ago
watchdog.go
wgengine: flesh out some docs
6 years ago
watchdog_test.go
wgengine: simplify, change some signatures
6 years ago
wgengine.go
wgengine: update for wgcfg changes
6 years ago