mirror of
https://github.com/tailscale/tailscale.git
synced 2025-06-11 10:18:35 +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>