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/router
Val c608660d12 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
..
callback.go wgengine/router,ipn/ipnlocal: add MTU field to router config 1 year ago
ifconfig_windows.go wgengine,net,ipn,disco: split up and define different types of MTU 1 year ago
ifconfig_windows_test.go all: update copyright and license headers 2 years ago
router.go wgengine/router,ipn/ipnlocal: add MTU field to router config 1 year ago
router_darwin.go all: move network monitoring from wgengine/monitor to net/netmon 2 years ago
router_default.go all: move network monitoring from wgengine/monitor to net/netmon 2 years ago
router_fake.go all: update copyright and license headers 2 years ago
router_freebsd.go all: move network monitoring from wgengine/monitor to net/netmon 2 years ago
router_linux.go wgengine/router: fall back and set iptables as default again 1 year ago
router_linux_test.go all: use Go 1.21 slices, maps instead of x/exp/{slices,maps} 1 year ago
router_openbsd.go all: use set.Set consistently instead of map[T]struct{} 1 year ago
router_test.go wgengine/router,ipn/ipnlocal: add MTU field to router config 1 year ago
router_userspace_bsd.go all: move network monitoring from wgengine/monitor to net/netmon 2 years ago
router_windows.go all: move network monitoring from wgengine/monitor to net/netmon 2 years ago
runner.go all: update copyright and license headers 2 years ago