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
James Tucker 7b73c9628d version/distro,wgengine/router: raise WSL eth0 MTU when too low
WSL has started to set the eth0 default route interface default to 1280
MTU, which is too low to carry 1280 byte packets from tailscale0 once
wrapped in WireGuard. The change down to 1280 is very likely smaller
than necessary for almost all users. We can not easily determine the
ideal MTU, but if all the preconditions match, we raise the MTU to 1360,
which is just enough for Tailscale traffic to work.

Updates #4833
Updates #7346

Signed-off-by: James Tucker <james@tailscale.com>
1 year ago
..
callback.go all: update copyright and license headers 1 year ago
ifconfig_windows.go all: update golang.zx2c4.com/wireguard to github.com/tailscale/wireguard-go (#6692) 1 year ago
ifconfig_windows_test.go all: update copyright and license headers 1 year ago
router.go all: update copyright and license headers 1 year ago
router_darwin.go all: update copyright and license headers 1 year ago
router_default.go all: update copyright and license headers 1 year ago
router_fake.go all: update copyright and license headers 1 year ago
router_freebsd.go all: update copyright and license headers 1 year ago
router_linux.go version/distro,wgengine/router: raise WSL eth0 MTU when too low 1 year ago
router_linux_test.go all: update copyright and license headers 1 year ago
router_openbsd.go all: update copyright and license headers 1 year ago
router_test.go all: update copyright and license headers 1 year ago
router_userspace_bsd.go all: update copyright and license headers 1 year ago
router_windows.go all: update copyright and license headers 1 year ago
runner.go all: update copyright and license headers 1 year ago