Ignore UDP offload error

This commit is contained in:
世界 2025-03-19 20:34:23 +08:00
parent 5cb6d27288
commit 35b5747b44
No known key found for this signature in database
GPG key ID: CD109927C34A63C4

View file

@ -202,7 +202,6 @@ func (t *NativeTun) enableGSO() error {
err = setUDPOffload(t.tunFd)
if err != nil {
t.gro.disableUDPGRO()
return E.Cause(err, "enable UDP offload")
}
return nil
}