Sockopt: Change tcpMptcp to client only field

This commit is contained in:
风扇滑翔翼 2025-03-20 16:18:55 +08:00 committed by GitHub
parent e4260455c9
commit 156e147d24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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