mirror of
https://github.com/tailscale/tailscale.git
synced 2025-03-30 04:52:49 +00:00

Our prod code doesn't eagerly handshake, because our disco layer enables on-demand handshaking. Configuring both peers to eagerly handshake leads to WireGuard handshake races that make TestTwoDevicePing flaky. Signed-off-by: David Anderson <danderson@tailscale.com>