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/net/tstun
Jordan Whited a47ce618bd
net/tstun: implement env var for disabling UDP GRO on Linux (#11924)
Certain device drivers (e.g. vxlan, geneve) do not properly handle
coalesced UDP packets later in the stack, resulting in packet loss.

Updates #11026

Signed-off-by: Jordan Whited <jordan@tailscale.com>
6 months ago
..
fake.go
ifstatus_noop.go
ifstatus_windows.go
linkattrs_linux.go
linkattrs_notlinux.go
mtu.go
mtu_test.go
tap_linux.go
tap_unsupported.go
tstun_stub.go
tun.go net/tstun: implement env var for disabling UDP GRO on Linux (#11924) 6 months ago
tun_features_linux.go net/tstun: implement env var for disabling UDP GRO on Linux (#11924) 6 months ago
tun_features_notlinux.go net/tstun: implement env var for disabling UDP GRO on Linux (#11924) 6 months ago
tun_linux.go
tun_macos.go
tun_notwindows.go
tun_windows.go
wrap.go
wrap_test.go all: use Go 1.22 range-over-int 7 months ago