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/magicsock
James Tucker 5edb39d032 wgengine/magicsock: clear out endpoint statistics when it becomes bad
There are cases where we do not detect the non-viability of a route, but
we will instead observe a failure to send. In a Disco path this would
normally be handled as a side effect of Disco, which is not available to
non-Disco WireGuard nodes. In both cases, recognizing the failure as
such will result in faster convergence.

Updates #8999
Signed-off-by: James Tucker <james@tailscale.com>
1 year ago
..
batching_conn.go wgengine/magicsock: factor out more separable parts 1 year ago
blockforever_conn.go wgengine/magicsock: factor out more separable parts 1 year ago
debughttp.go types/netmap, all: use read-only tailcfg.NodeView in NetworkMap 1 year ago
debugknobs.go magicsock: set the don't fragment sockopt (#8715) 1 year ago
debugknobs_stubs.go magicsock: set the don't fragment sockopt (#8715) 1 year ago
derp.go tailcfg: remove most Debug fields, move bulk to nodeAttrs [capver 70] 1 year ago
discopingpurpose_string.go all: update copyright and license headers 2 years ago
dontfrag_darwin.go magicsock: set the don't fragment sockopt (#8715) 1 year ago
dontfrag_default.go magicsock: set the don't fragment sockopt (#8715) 1 year ago
dontfrag_linux.go magicsock: set the don't fragment sockopt (#8715) 1 year ago
endpoint.go wgengine/magicsock: clear out endpoint statistics when it becomes bad 1 year ago
endpoint_default.go wgengine/magicsock: clear out endpoint statistics when it becomes bad 1 year ago
endpoint_js.go wgengine/magicsock: clear out endpoint statistics when it becomes bad 1 year ago
endpoint_tracker.go wgengine/magicsock: only cache N most recent endpoints per-Addr 1 year ago
endpoint_tracker_test.go wgengine/magicsock: only cache N most recent endpoints per-Addr 1 year ago
magicsock.go types/netmap, all: make NetworkMap.SelfNode a tailcfg.NodeView 1 year ago
magicsock_default.go wgengine/magicsock: delete unused stuff 1 year ago
magicsock_linux.go wgengine/magicsock: clarify a log message is a warning, not an error 1 year ago
magicsock_test.go types/netmap, all: use read-only tailcfg.NodeView in NetworkMap 1 year ago
magicsock_unix_test.go all: update copyright and license headers 2 years ago
peermap.go wgengine/magicsock: factor out peerMap into separate file 1 year ago
rebinding_conn.go wgengine/magicsock: factor out more separable parts 1 year ago