Skip to content

Commit

Permalink
Remove TCP no delay
Browse files Browse the repository at this point in the history
  • Loading branch information
Fangliding authored Jan 2, 2025
1 parent a4d9f3c commit 2614832
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/config/transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -712,7 +710,7 @@ Xray-core v1.8.6 新增参数。<br>

> `tcpNoDelay`: true | false
默认值 `false`,建议与 `"tcpMptcp": true` 一起启用
该选项已被删除,因为 golang 默认启用 TCP no delay。 相反地,如果想要禁用,请通过使用 customSockopt 禁用

> `customSockopt`: []
Expand Down

0 comments on commit 2614832

Please sign in to comment.