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
Adrian Dewhurst 2fdbcbdf86 wgengine/magicsock: only used cached results for GetLastNetcheckReport
When querying for an exit node suggestion, occasionally it triggers a
new report concurrently with an existing report in progress. Generally,
there should always be a recent report or one in progress, so it is
redundant to start one there, and it causes concurrency issues.

Fixes #12643

Change-Id: I66ab9003972f673e5d4416f40eccd7c6676272a5
Signed-off-by: Adrian Dewhurst <adrian@tailscale.com>
2 months ago
..
batching_conn.go wgengine/magicsock: refactor batchingUDPConn to batchingConn interface (#13042) 4 months ago
batching_conn_default.go wgengine/magicsock: refactor batchingUDPConn to batchingConn interface (#13042) 4 months ago
batching_conn_linux.go wgengine/magicsock: don't upgrade to linuxBatchingConn on Android (#13161) 3 months ago
batching_conn_linux_test.go wgengine/magicsock: refactor batchingUDPConn to batchingConn interface (#13042) 4 months ago
blockforever_conn.go
cloudinfo.go wgengine/magicsock: use cloud metadata to get public IPs 4 months ago
cloudinfo_nocloud.go wgengine/magicsock: use cloud metadata to get public IPs 4 months ago
cloudinfo_test.go wgengine/magicsock: use cloud metadata to get public IPs 4 months ago
debughttp.go
debugknobs.go
debugknobs_stubs.go
derp.go all: use new Go 1.23 slices.Sorted more 3 months ago
derp_test.go
discopingpurpose_string.go
endpoint.go wgengine/magicsock: replace deprecated poly1305 (#13184) 3 months ago
endpoint_default.go
endpoint_stub.go
endpoint_test.go
endpoint_tracker.go
endpoint_tracker_test.go
magicsock.go wgengine/magicsock: only used cached results for GetLastNetcheckReport 2 months ago
magicsock_default.go wgengine/magicsock: disable raw disco by default; add envknob to enable 2 months ago
magicsock_linux.go wgengine/magicsock: disable raw disco by default; add envknob to enable 2 months ago
magicsock_linux_test.go wgengine/magicsock: actually use AF_PACKET socket for raw disco 3 months ago
magicsock_notwindows.go wgengine/magicsock: disable SIO_UDP_NETRESET on Windows 3 months ago
magicsock_test.go util/usermetrics: make usermetrics non-global 2 months ago
magicsock_unix_test.go
magicsock_windows.go wgengine/magicsock: disable SIO_UDP_NETRESET on Windows 3 months ago
peermap.go
peermtu.go
peermtu_darwin.go
peermtu_linux.go
peermtu_stubs.go
peermtu_unix.go
rebinding_conn.go wgengine/magicsock: refactor batchingUDPConn to batchingConn interface (#13042) 4 months ago