mirror of
https://github.com/tailscale/tailscale.git
synced 2025-05-09 00:56:53 +00:00

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.