mirror of
https://github.com/tailscale/tailscale.git
synced 2025-05-05 23:21:00 +00:00

This removes the atomic bool that tried to track whether we needed to acquire the lock on a future recursive call back into magicsock. Unfortunately that hack doesn't work because we also had a lock ordering issue between magicsock and userspaceEngine (see issue). This documents that too. Fixes #644