We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
gost -L=ws://:80?out=500k&in=500k gost -L=:1080 -F=ws://:80?out=500k&in=500k
针对单连接进行最大带宽限制,使用iperf3进行测速,如果限制不超过某个值,传输非常平稳, 如果超过某个值之后,会被Qos惩戒,然后当前连接速率就为0,只能断开,重新发起连接,才有速率。
客户端限制或者服务端限制,同时有效。
The text was updated successfully, but these errors were encountered:
https://gost.run/concepts/limiter/
Sorry, something went wrong.
No branches or pull requests
针对单连接进行最大带宽限制,使用iperf3进行测速,如果限制不超过某个值,传输非常平稳,
如果超过某个值之后,会被Qos惩戒,然后当前连接速率就为0,只能断开,重新发起连接,才有速率。
客户端限制或者服务端限制,同时有效。
The text was updated successfully, but these errors were encountered: