mirror of
https://github.com/SagerNet/sing-tun.git
synced 2025-03-31 10:27:39 +03:00
Ignore UDP offload error
This commit is contained in:
parent
5cb6d27288
commit
35b5747b44
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue