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 059051c58a wgengine,net,ipn,disco: split up and define different types of MTU
Prepare for path MTU discovery by splitting up the concept of
DefaultMTU() into the concepts of the Tailscale TUN MTU, MTUs of
underlying network interfaces, minimum "safe" TUN MTU, user configured
TUN MTU, probed path MTU to a peer, and maximum probed MTU. Add a set
of likely MTUs to probe.

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,net,ipn,disco: split up and define different types of MTU 1 year ago
endpoint_default.go
endpoint_stub.go
endpoint_tracker.go
endpoint_tracker_test.go
magicsock.go wgengine/magicsock: replace CanPMTUD() with ShouldPMTUD() 1 year ago
magicsock_default.go
magicsock_linux.go
magicsock_test.go
magicsock_unix_test.go
peermap.go
peermtu.go control,tailcfg,wgengine/magicsock: add nodeAttr to enable/disable peer MTU 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