Make GSO adaptive

This commit is contained in:
世界
2025-01-13 15:14:30 +08:00
parent 0c66888691
commit c4b6d0eadb
23 changed files with 177 additions and 124 deletions
-1
View File
@@ -104,7 +104,6 @@ func NewEndpoint(options EndpointOptions) (*Endpoint, error) {
CreateDialer: options.CreateDialer,
Name: options.Name,
MTU: options.MTU,
GSO: options.GSO,
Address: options.Address,
AllowedAddress: allowedAddresses,
}