mirror of
https://github.com/tailscale/tailscale.git
synced 2026-03-21 15:52:25 -04:00
On sufficiently large tailnets, even writing the peer header (~95 bytes) can result in a large amount of data that needs to be serialized and deserialized. Only write headers for peers that need to have their configuration changed. Signed-off-by: Andrew Dunham <andrew@tailscale.com>