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
Val 4130851f12 wgengine/magicsock: probe but don't use path MTU from CLI ping
When sending a CLI ping with a specific size, continue to probe all possible UDP
paths to the peer until we find one with a large enough MTU to accommodate the
ping. Record any peer path MTU information we discover (but don't use it for
anything other than CLI pings).

Updates #311

Signed-off-by: Val <valerie@tailscale.com>
1 year ago
..
batching_conn.go
blockforever_conn.go
debughttp.go
debugknobs.go wgengine/magicsock: replace CanPMTUD() with ShouldPMTUD() 1 year ago
debugknobs_stubs.go wgengine/magicsock: replace CanPMTUD() with ShouldPMTUD() 1 year ago
derp.go
discopingpurpose_string.go
endpoint.go wgengine/magicsock: probe but don't use path MTU from CLI ping 1 year ago
endpoint_default.go
endpoint_stub.go
endpoint_tracker.go
endpoint_tracker_test.go
magicsock.go wgengine/magicsock: add nodeid to panic condition on public key reuse 1 year ago
magicsock_default.go
magicsock_linux.go wgengine/magicsock: use x/sys/unix constants for UDP GSO (#9597) 1 year ago
magicsock_test.go wgengine/magicsock: probe but don't use path MTU from CLI ping 1 year ago
magicsock_unix_test.go
peermap.go
peermtu.go wgengine/magicsock, controlclient, net/dns: reduce some logspam 1 year ago
peermtu_darwin.go
peermtu_linux.go
peermtu_stubs.go wgengine/magicsock: replace CanPMTUD() with ShouldPMTUD() 1 year ago
peermtu_unix.go wgengine/magicsock: replace CanPMTUD() with ShouldPMTUD() 1 year ago
rebinding_conn.go