You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Brad Fitzpatrick
25663b1307
tailcfg: remove most Debug fields, move bulk to nodeAttrs [capver 70]
...
Now a nodeAttr: ForceBackgroundSTUN, DERPRoute, TrimWGConfig,
DisableSubnetsIfPAC, DisableUPnP.
Kept support for, but also now a NodeAttr: RandomizeClientPort.
Removed: SetForceBackgroundSTUN, SetRandomizeClientPort (both never
used, sadly... never got around to them. But nodeAttrs are better
anyway), EnableSilentDisco (will be a nodeAttr later when that effort
resumes).
Updates #8923
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
3 years ago
..
batching_conn.go
wgengine/magicsock: factor out more separable parts
3 years ago
blockforever_conn.go
wgengine/magicsock: factor out more separable parts
3 years ago
debughttp.go
all: update copyright and license headers
3 years ago
debugknobs.go
magicsock: set the don't fragment sockopt ( #8715 )
3 years ago
debugknobs_stubs.go
magicsock: set the don't fragment sockopt ( #8715 )
3 years ago
derp.go
tailcfg: remove most Debug fields, move bulk to nodeAttrs [capver 70]
3 years ago
discopingpurpose_string.go
all: update copyright and license headers
3 years ago
dontfrag_darwin.go
magicsock: set the don't fragment sockopt ( #8715 )
3 years ago
dontfrag_default.go
magicsock: set the don't fragment sockopt ( #8715 )
3 years ago
dontfrag_linux.go
magicsock: set the don't fragment sockopt ( #8715 )
3 years ago
endpoint.go
all: import x/exp/maps as xmaps to distinguish from Go 1.21 "maps"
3 years ago
endpoint_tracker.go
wgengine/magicsock: only cache N most recent endpoints per-Addr
3 years ago
endpoint_tracker_test.go
wgengine/magicsock: only cache N most recent endpoints per-Addr
3 years ago
magicsock.go
tailcfg: remove most Debug fields, move bulk to nodeAttrs [capver 70]
3 years ago
magicsock_default.go
wgengine/magicsock: delete unused stuff
3 years ago
magicsock_linux.go
wgengine/magicsock: clarify a log message is a warning, not an error
3 years ago
magicsock_test.go
all: import x/exp/maps as xmaps to distinguish from Go 1.21 "maps"
3 years ago
magicsock_unix_test.go
all: update copyright and license headers
3 years ago
peermap.go
wgengine/magicsock: factor out peerMap into separate file
3 years ago
rebinding_conn.go
wgengine/magicsock: factor out more separable parts
3 years ago