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 cf5d25e15b wgengine: ensure pingers are gone before returning from Close
We canceled the pingers in Close, but didn't wait around for their
goroutines to be cleaned up. This caused the ipn/e2e_test to catch
pingers in its resource leak check.

This commit introduces an object, but also simplifies the semantics
around the pinger's cancel functions. They no longer need to be called
while holding the mutex.

Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
5 years ago
..
filter wgengine/filter: implement a destination IP pre-filter. 5 years ago
magicsock net/netns: add package for start of network namespace support 5 years ago
monitor wgengine/monitor: disable monitor on Android 5 years ago
packet wgengine/packet: add some tests, more docs, minor Go style, performance changes 5 years ago
router wgengine/router: make runner.go linux-only for now. 5 years ago
tstun tstun: tolerate zero reads 5 years ago
winnet Move Linux client & common packages into a public repo. 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 Move Linux client & common packages into a public repo. 5 years ago
userspace.go wgengine: ensure pingers are gone before returning from Close 5 years ago
watchdog.go all: make client use server-provided DERP map, add DERP region support 5 years ago
watchdog_test.go wgengine: wrap tun.Device to support filtering and packet injection (#358) 5 years ago
wgengine.go all: make client use server-provided DERP map, add DERP region support 5 years ago