From c1ad7a3af22b4f4cfd24fc1c722c95207ab14b77 Mon Sep 17 00:00:00 2001 From: JackDoan Date: Thu, 14 May 2026 11:50:40 -0500 Subject: [PATCH] snip --- overlay/tun_linux.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/overlay/tun_linux.go b/overlay/tun_linux.go index 3cf2d70c..6907d093 100644 --- a/overlay/tun_linux.go +++ b/overlay/tun_linux.go @@ -126,11 +126,6 @@ func newTun(c *config.C, l *slog.Logger, vpnNetworks []netip.Prefix, multiqueue } nameStr := c.GetString("tun.dev", "") - // First try to enable IFF_VNET_HDR via TUNSETIFF and negotiate TUN_F_* - // offloads via TUNSETOFFLOAD so we can receive TSO/USO superpackets. - // We try TSO+USO first, fall back to TSO-only on kernels without USO - // (Linux < 6.2), and finally give up on virtio headers entirely and - // reopen as a plain TUN if neither offload mask is accepted. fd, err := openTunDev() if err != nil { return nil, err