Make GSO adaptive

This commit is contained in:
世界
2024-11-22 17:17:01 +08:00
parent 2a48c837bb
commit 9abc3aaa90
23 changed files with 188 additions and 128 deletions

View File

@@ -28,7 +28,6 @@ type DeviceOptions struct {
CreateDialer func(interfaceName string) N.Dialer
Name string
MTU uint32
GSO bool
Address []netip.Prefix
AllowedAddress []netip.Prefix
}