mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-04-02 21:06:15 +03:00
Sockopt: Change tcpMptcp to client only field
This commit is contained in:
parent
e4260455c9
commit
156e147d24
1 changed files with 1 additions and 2 deletions
|
@ -716,8 +716,7 @@ TCP 拥塞控制算法。仅支持 Linux。
|
|||
|
||||
> `tcpMptcp`: true | false
|
||||
|
||||
Xray-core v1.8.6 新增参数。<br>
|
||||
默认值 `false`,填写 `true` 时,启用 [Multipath TCP](https://en.wikipedia.org/wiki/Multipath_TCP),需在服务端和客户端配置中同时启用。
|
||||
默认值 `false`,填写 `true` 时,启用 [Multipath TCP](https://en.wikipedia.org/wiki/Multipath_TCP),仅客户端参数,因为 golang 在 1.24+ 版本已默认在监听时启用 MPTCP.
|
||||
当前仅支持Linux,需要Linux Kernel 5.6及以上。
|
||||
|
||||
> `tcpNoDelay`: true | false
|
||||
|
|
Loading…
Add table
Reference in a new issue