-
Notifications
You must be signed in to change notification settings - Fork 89
disable hysteria brutal algo? #716
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
Comments
Client's Congestion Controller doesn't affect too much to the Network, because it only affects uplink bandwidth |
more contexts: 可恶的 TCP 加速 |
i think the point is, if we think brutal is bad(to me, that's a fact), should we hand the option to clash-rs's users? |
In that theory, BBR is just as bad as Brutal ( |
maybe, but the main purpose of this issue is to raise the discussion. better to remain a debate than integrating the BBR/Brutal into project without considering this moral concerns. |
There's successful examples using BBR for broader internet https://aws.amazon.com/blogs/networking-and-content-delivery/tcp-bbr-congestion-control-with-amazon-cloudfront/
I'm not sure if Brutal does slow down in the case condition gets worse, it seems BBR does that in certain case? |
there's BBRv2 which seems address some of the concerns https://datatracker.ietf.org/meeting/105/materials/slides-105-iccrg-bbr-v2-a-model-based-congestion-control |
context
XTLS/Xray-core#3547
key
"大家能一起换到 BBR、一起提升体验,而大家一起 Brutal 就会炸。Brutal 并不是传统的拥塞控制,本质上是抢占带宽"
thoughts
shall we disable hysteria Brutal algorithm by some feature gate, or just delete the Brutal part of the code?
The text was updated successfully, but these errors were encountered: