tailscale/wgengine/tstun
Brad Fitzpatrick a89d610a3d wgengine/tstun: move sync.Pool to package global
sync.Pools should almost always be packate globals, even though in this
case we only have exactly 1 TUN device anyway, so it matters less.
Still, it's unusual to see a Pool that's not a package global, so move it.
2020-07-24 08:29:36 -07:00
..
faketun.go wgengine/tstun: add tests and benchmarks (#436) 2020-06-05 11:19:03 -04:00
tun_test.go all: fix vet warnings 2020-07-16 08:39:38 -07:00
tun.go wgengine/tstun: move sync.Pool to package global 2020-07-24 08:29:36 -07:00