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
Brad Fitzpatrick 6a885dbc36 wgengine/magicsock: fix CI-only test warning of missing health tracker
While looking at deflaking TestTwoDevicePing/ping_1.0.0.2_via_SendPacket,
there were a bunch of distracting:

    WARNING: (non-fatal) nil health.Tracker (being strict in CI): ...

This pacifies those so it's easier to work on actually deflaking the test.

Updates #11762
Updates #11874

Change-Id: I08dcb44511d4996b68d5f1ce5a2619b555a2a773
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2 weeks ago
..
batching_conn.go
batching_conn_default.go
batching_conn_linux.go wgengine/magicsock: don't upgrade to linuxBatchingConn on Android (#13161) 3 months ago
batching_conn_linux_test.go
blockforever_conn.go
cloudinfo.go
cloudinfo_nocloud.go
cloudinfo_test.go
debughttp.go
debugknobs.go
debugknobs_stubs.go
derp.go {net/connstats,wgengine/magicsock}: fix packet counting in connstats 3 weeks ago
derp_test.go
discopingpurpose_string.go
endpoint.go {net/connstats,wgengine/magicsock}: fix packet counting in connstats 3 weeks ago
endpoint_default.go
endpoint_stub.go
endpoint_test.go
endpoint_tracker.go
endpoint_tracker_test.go
magicsock.go {net/connstats,wgengine/magicsock}: fix packet counting in connstats 3 weeks 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 2 months ago
magicsock_notwindows.go
magicsock_test.go wgengine/magicsock: fix CI-only test warning of missing health tracker 2 weeks ago
magicsock_unix_test.go
magicsock_windows.go
peermap.go
peermtu.go
peermtu_darwin.go
peermtu_linux.go
peermtu_stubs.go
peermtu_unix.go
rebinding_conn.go