Skip to content
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

给 Xray 的 gRPC 添加 TCP Brutal 支持 #3135

Closed
wants to merge 1 commit into from
Closed

Conversation

qwerr0
Copy link

@qwerr0 qwerr0 commented Mar 13, 2024

TCP Brutal 只适合多路复用的协议, gRPC 就很适合, 参考了那几个issue的说法, 根据 #2735 所说需要在连接建立后设置, 于是就去下载并修改了Hy2频道说的代码, 想试试 Brutal 的可以尝试一下, 不清楚是否有用???, 我用了以后, 发现实际速度还不如BBR??? #2679

应该不能合并吧, 大家都用 Brtual 公网就爆炸了... 当作存档给想试试的人用下

gPRC Inbound 中配置实例:

        "sockopt": {
          "tcpCongestion": "brutal",
          "brutalRate": 512000000,
          "brutalGain": 15
        }

@yuhan6665
Copy link
Member

感谢 同意“大家都用 Brtual 公网就爆炸了” 先留个存档吧

@qwerr0 qwerr0 closed this Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants