mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-04-05 14:23:34 +03:00
fix
This commit is contained in:
parent
49ec05bf80
commit
413f374f22
1 changed files with 5 additions and 1 deletions
|
@ -488,7 +488,7 @@ OCSP 装订更新,与证书热重载的时间间隔。 单位:秒。默认
|
|||
```json
|
||||
{
|
||||
"mark": 0,
|
||||
"TCPMaxSeg": 1440,
|
||||
"tcpMaxSeg": 1440,
|
||||
"tcpFastOpen": false,
|
||||
"tproxy": "off",
|
||||
"domainStrategy": "AsIs",
|
||||
|
@ -509,6 +509,10 @@ OCSP 装订更新,与证书热重载的时间间隔。 单位:秒。默认
|
|||
- 仅适用于 Linux 系统。
|
||||
- 需要 CAP_NET_ADMIN 权限。
|
||||
|
||||
> `tcpMaxSeg`: number
|
||||
|
||||
用于设置TCP数据包的最大传输单元。
|
||||
|
||||
> `tcpFastOpen`: true | false | number
|
||||
|
||||
是否启用 [TCP Fast Open](https://zh.wikipedia.org/wiki/TCP%E5%BF%AB%E9%80%9F%E6%89%93%E5%BC%80)。
|
||||
|
|
Loading…
Add table
Reference in a new issue