Make GSO adaptive

This commit is contained in:
世界
2024-11-22 17:17:01 +08:00
parent 0c66888691
commit c4b6d0eadb
23 changed files with 177 additions and 124 deletions

View File

@@ -14,7 +14,6 @@ icon: material/new-box
"system": false,
"name": "",
"mtu": 1408,
"gso": false,
"address": [],
"private_key": "",
"listen_port": 10000,
@@ -36,6 +35,10 @@ icon: material/new-box
}
```
!!! note ""
You can ignore the JSON Array [] tag when the content is only one item
### Fields
#### system
@@ -54,14 +57,6 @@ WireGuard MTU.
`1408` will be used by default.
#### gso
!!! quote ""
Only supported on Linux.
Try to enable generic segmentation offload.
#### address
==Required==