-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support mptcp #2520
support mptcp #2520
Conversation
会 break go 1.20 的话。。openwrt 会不会有问题? |
Go 1.21.1 都出了,Xray-core v1.8.5 发布的时候 openwrt 该有 go 1.21 了吧, |
感谢 PR |
还是没懂这个东西怎么用。。。多个outbund怎么合并 |
工作原理说明:
这个不是作用于 outbound,配置在单个(in|out) bound(tcp类型)的 sockopt 上,是内核 socket,如果保证速度和稳定性,建议配置以下方式
|
目前 Go 1.21 提供的就是一个函数设 true 或 false,没有其它能手动控制的东西 |
"在服务器的入站和客户端的出站同时配置MPTCP是否有必要?MPTCP是否仅限于在Android客户端上运行,因为它具有Linux内核,在Windows上无法兼容?" Should MPTCP be configured concurrently on both the server's inbound and the client's outbound sides? Is MPTCP limited to functioning solely on the Android client due to its Linux kernel, with no compatibility on Windows? |
这参数要两端(客户端出站、服务端入站)配置中都加上。 |
测试了一下,怎么感觉加入了mptcp后掉速严重… |
@jh0072110 毕竟大家都不知道吃到的是螃蟹还是雪意面 |
有什么测试方法说下了? |
@us254 bard说 |
@RPRX openwrt 有 go 1.21.1 了,编译使用了没有问题 |
请教:原有的 |
Concerning your inquiry about
|
在 go 1.21 新增 mptcp 支持,当前 go mod 也规定使用 1.21, 所以新增 mptcp sockeop,使用如下配置和通过 ss 查看 信息
ss 对比内容