You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/wgengine/wgcfg
Andrew Dunham d6c3588ed3
wgengine/wgcfg: only write peer headers if necessary (#5449)
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>
2 years ago
..
nmcfg all: convert more code to use net/netip directly 2 years ago
config.go all: convert more code to use net/netip directly 2 years ago
device.go wgengine/wgcfg: recover from mismatched PublicKey/Endpoints 3 years ago
device_test.go all: convert more code to use net/netip directly 2 years ago
parser.go all: convert more code to use net/netip directly 2 years ago
parser_test.go all: convert more code to use net/netip directly 2 years ago
wgcfg_clone.go net/netaddr: start migrating to net/netip via new netaddr adapter package 2 years ago
writer.go wgengine/wgcfg: only write peer headers if necessary (#5449) 2 years ago