mirror of
https://github.com/tailscale/tailscale.git
synced 2026-03-27 10:42:00 -04:00
* lock released early just to call `b.send` when it can call `b.sendToLocked` instead * `UnlockEarly` called to release the lock before trivially fast operations, we can wait for a defer there Updates #11649 Signed-off-by: Andrew Lytvynov <awly@tailscale.com>