tailscale / tailscale

The easiest, most secure way to use WireGuard and 2FA.

Home Page:https://tailscale.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cmd/derper: remove statsLoop to save some memory?

bradfitz opened this issue · comments

64ea60a added:

	grp.Go(func() error { return c.statsLoop(sendCtx) })

Looks like we could eliminate that per-conn goroutine and instead use a time.AfterFunc.

/cc @andrew-d @maisem