tailscale / tailscale

The easiest, most secure way to use WireGuard and 2FA.
https://tailscale.com
BSD 3-Clause "New" or "Revised" License
16.83k stars 1.27k forks source link

net/tstun: implement env var for disabling UDP GRO on Linux #11924

Closed jwhited closed 2 weeks ago

jwhited commented 2 weeks ago

Certain device drivers (e.g. vxlan, geneve) do not properly handle coalesced UDP packets later in the stack, resulting in packet loss.

Updates #11026