mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-02-07 10:09:27 +03:00
Transport Sockopt: Remove tcpNoDelay
This commit is contained in:
parent
a4d9f3c999
commit
d9c37aaadb
@ -692,9 +692,7 @@ TCP 拥塞控制算法。仅支持 Linux。
|
||||
|
||||
> `interface`: ""
|
||||
|
||||
指定绑定出口网卡名称,支持 linux / iOS / Mac OS / Windows。<br>
|
||||
iOS / Mac OS 需要 Xray-core v1.8.6 或更高版本。<br>
|
||||
Windows 需要 Xray-core v1.8.7 或更高版本。
|
||||
指定绑定出口网卡名称,支持 linux / iOS / Mac OS / Windows。
|
||||
|
||||
> `V6Only`: true | false
|
||||
|
||||
@ -712,7 +710,7 @@ Xray-core v1.8.6 新增参数。<br>
|
||||
|
||||
> `tcpNoDelay`: true | false
|
||||
|
||||
默认值 `false`,建议与 `"tcpMptcp": true` 一起启用。
|
||||
该选项已被删除,因为 golang 默认启用 TCP no delay。 相反地,如果想要禁用,请通过使用 customSockopt 禁用。
|
||||
|
||||
> `customSockopt`: []
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user