Add GSO support

This commit is contained in:
世界
2023-12-10 00:00:14 +08:00
parent fa89d2c0a5
commit 5b50c61b72
22 changed files with 1376 additions and 449 deletions

View File

@@ -0,0 +1,5 @@
package tun
import E "github.com/sagernet/sing/common/exceptions"
var ErrTooManySegments = E.New("too many segments")