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

建议针对ws/wss协议添加单连接限速 #32

Closed
f4nff opened this issue Apr 13, 2022 · 1 comment
Closed

建议针对ws/wss协议添加单连接限速 #32

f4nff opened this issue Apr 13, 2022 · 1 comment

Comments

@f4nff
Copy link

f4nff commented Apr 13, 2022

gost -L=ws://:80?out=500k&in=500k

gost -L=:1080 -F=ws://:80?out=500k&in=500k

针对单连接进行最大带宽限制,使用iperf3进行测速,如果限制不超过某个值,传输非常平稳,
如果超过某个值之后,会被Qos惩戒,然后当前连接速率就为0,只能断开,重新发起连接,才有速率。

客户端限制或者服务端限制,同时有效。

@ginuerzh
Copy link
Member

ginuerzh commented Sep 5, 2022

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

No branches or pull requests

2 participants