mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-11 21:27:31 +00:00
control,tailcfg,wgengine/magicsock: add nodeAttr to enable/disable peer MTU
Add a nodeAttr to enable/disable peer path MTU discovery. Updates #311 Signed-off-by: Val <valerie@tailscale.com>
This commit is contained in:
@@ -2133,6 +2133,10 @@ const (
|
||||
// rather than one big /10 CGNAT route. At most one of this or
|
||||
// NodeAttrOneCGNATEnable may be set; if neither are, it's automatic.
|
||||
NodeAttrOneCGNATDisable NodeCapability = "one-cgnat?v=false"
|
||||
|
||||
// NodeAttrPeerMTUEnable makes the client do path MTU discovery to its
|
||||
// peers. If it isn't set, it defaults to the client default.
|
||||
NodeAttrPeerMTUEnable NodeCapability = "peer-mtu-enable"
|
||||
)
|
||||
|
||||
// SetDNSRequest is a request to add a DNS record.
|
||||
|
Reference in New Issue
Block a user