From f224f0334c01ed4805fe419a12ba4ab278362b5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=A1=E3=81=8B?= <88967758+chika0801@users.noreply.github.com> Date: Tue, 26 Dec 2023 14:00:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20transport.md=20=E9=83=A8?= =?UTF-8?q?=E5=88=86=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/config/transport.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/config/transport.md b/docs/config/transport.md index 342993e..ee15af5 100644 --- a/docs/config/transport.md +++ b/docs/config/transport.md @@ -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 新增参数。
> `tcpNoDelay`: true | false -默认值 `false`,建议与 "tcpMptcp": true 一起启用。 +默认值 `false`,建议与 `"tcpMptcp": true` 一起启用。