mirror of
https://github.com/qdm12/gluetun.git
synced 2026-08-05 03:43:24 +02:00
feat(wireguard): WIREGUARD_GSO option to disable TUN vnet hdr batching (#3424)
This commit is contained in:
@@ -89,6 +89,8 @@ func buildWireguardSettings(connection models.Connection,
|
||||
}
|
||||
|
||||
settings.PersistentKeepaliveInterval = *userSettings.PersistentKeepaliveInterval
|
||||
gso := *userSettings.GSO
|
||||
settings.GSO = &gso
|
||||
|
||||
return settings
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user