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
Jordan Whited 891d964bd4
wgengine/magicsock: simplify tryEnableUDPOffload() (#9872)
Don't assume Linux lacks UDP_GRO support if it lacks UDP_SEGMENT
support. This mirrors a similar change in wireguard/wireguard-go@177caa7
for consistency sake. We haven't found any issues here, just being
overly paranoid.

Updates #cleanup

Signed-off-by: Jordan Whited <jordan@tailscale.com>
2 years ago
..
batching_conn.go
blockforever_conn.go
debughttp.go
debugknobs.go wgengine/magicsock: replace CanPMTUD() with ShouldPMTUD() 2 years ago
debugknobs_stubs.go wgengine/magicsock: replace CanPMTUD() with ShouldPMTUD() 2 years ago
derp.go
discopingpurpose_string.go
endpoint.go tstest/integration: add tests for tun mode (requiring root) 2 years ago
endpoint_default.go
endpoint_stub.go
endpoint_tracker.go
endpoint_tracker_test.go
magicsock.go wgengine/magicsock: fix data race regression in disco ping callbacks 2 years ago
magicsock_default.go
magicsock_linux.go wgengine/magicsock: simplify tryEnableUDPOffload() (#9872) 2 years ago
magicsock_test.go cmd/tailscaled,net/tstun: fix data race on start-up in TUN mode 2 years ago
magicsock_unix_test.go
peermap.go
peermtu.go disco,net/tstun,wgengine/magicsock: probe peer MTU 2 years ago
peermtu_darwin.go
peermtu_linux.go
peermtu_stubs.go wgengine/magicsock: replace CanPMTUD() with ShouldPMTUD() 2 years ago
peermtu_unix.go wgengine/magicsock: replace CanPMTUD() with ShouldPMTUD() 2 years ago
rebinding_conn.go