fix tests

This commit is contained in:
JackDoan
2026-04-23 11:35:51 -05:00
parent 382b15ac52
commit f76ac2e216
8 changed files with 97 additions and 164 deletions

View File

@@ -176,7 +176,7 @@ func newTunGeneric(c *config.C, l *logrus.Logger, fd int, vnetHdr bool, vpnNetwo
var container tio.Container
var err error
if vnetHdr {
container, err = tio.NewGSOContainer()
container, err = tio.NewOffloadContainer()
} else {
container, err = tio.NewPollContainer()
}