mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-04-06 06:43:35 +03:00
优化 transport.md 部分描述
This commit is contained in:
parent
2bfb4cea2f
commit
f224f0334c
1 changed files with 9 additions and 2 deletions
|
@ -76,13 +76,20 @@
|
|||
"grpcSettings": {},
|
||||
"sockopt": {
|
||||
"mark": 0,
|
||||
"tcpMaxSeg": 1440,
|
||||
"tcpFastOpen": false,
|
||||
"tproxy": "off",
|
||||
"domainStrategy": "AsIs",
|
||||
"dialerProxy": "",
|
||||
"acceptProxyProtocol": false,
|
||||
"tcpKeepAliveInterval": 0,
|
||||
"V6Only": false
|
||||
"tcpKeepAliveIdle": 300,
|
||||
"tcpUserTimeout": 10000,
|
||||
"tcpcongestion": "bbr",
|
||||
"interface": "wg0",
|
||||
"V6Only": false,
|
||||
"tcpMptcp": false,
|
||||
"tcpNoDelay": false
|
||||
}
|
||||
}
|
||||
```
|
||||
|
@ -676,4 +683,4 @@ Xray-core v1.8.6 新增参数。<br>
|
|||
|
||||
> `tcpNoDelay`: true | false
|
||||
|
||||
默认值 `false`,建议与 "tcpMptcp": true 一起启用。
|
||||
默认值 `false`,建议与 `"tcpMptcp": true` 一起启用。
|
||||
|
|
Loading…
Add table
Reference in a new issue