Skip to content

Commit 35b5747

Browse files
committed
Ignore UDP offload error
1 parent 5cb6d27 commit 35b5747

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tun_linux.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ func (t *NativeTun) enableGSO() error {
202202
err = setUDPOffload(t.tunFd)
203203
if err != nil {
204204
t.gro.disableUDPGRO()
205-
return E.Cause(err, "enable UDP offload")
206205
}
207206
return nil
208207
}

0 commit comments

Comments
 (0)