Update documentation

This commit is contained in:
世界
2022-08-17 15:19:10 +08:00
parent f51128f772
commit 002a519a17
5 changed files with 146 additions and 3 deletions

View File

@@ -139,7 +139,7 @@ func NewWireGuard(ctx context.Context, router adapter.Router, logger log.Context
}
mtu := options.MTU
if mtu == 0 {
mtu = 1450
mtu = 1408
}
wireDevice, err := newWireDevice(localAddress, mtu)
if err != nil {