1
0
mirror of https://github.com/XTLS/Xray-docs-next.git synced 2025-08-22 11:28:34 +00:00

Sockopt: Remove legacy tcpNoDelay

This commit is contained in:
风扇滑翔翼 2025-06-11 01:37:38 +08:00 committed by GitHub
parent b5cec826b0
commit c5c58b69ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,8 +35,7 @@
"interface": "wg0", "interface": "wg0",
"v6only": false, "v6only": false,
"tcpWindowClamp": 600, "tcpWindowClamp": 600,
"tcpMptcp": false, "tcpMptcp": false
"tcpNoDelay": false
} }
} }
``` ```
@ -530,7 +529,6 @@ OCSP 装订更新,与证书热重载的时间间隔。 单位:秒。默认
"V6Only": false, "V6Only": false,
"tcpWindowClamp": 600 "tcpWindowClamp": 600
"tcpMptcp": false, "tcpMptcp": false,
"tcpNoDelay": false,
"addressPortStrategy": "", "addressPortStrategy": "",
"customSockopt": [] "customSockopt": []
} }