fix: sing vectorised writer

This commit is contained in:
wwqgtxx
2023-12-18 23:08:35 +08:00
parent 8cf14bb67e
commit f29329fe80
3 changed files with 13 additions and 14 deletions

View File

@@ -208,7 +208,6 @@ func New(options LC.Tun, tunnel C.Tunnel, additions ...inbound.Addition) (l *Lis
Name: tunName,
MTU: tunMTU,
GSO: options.GSO,
GSOMaxSize: options.GSOMaxSize,
Inet4Address: options.Inet4Address,
Inet6Address: options.Inet6Address,
AutoRoute: options.AutoRoute,