mirror of
https://github.com/SagerNet/sing-tun.git
synced 2025-04-02 19:37:40 +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)
|
err = setUDPOffload(t.tunFd)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.gro.disableUDPGRO()
|
t.gro.disableUDPGRO()
|
||||||
return E.Cause(err, "enable UDP offload")
|
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue