-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
局域网上行带宽占满问题 #21
Comments
嗯,建议用tc控制下,我就是这么用的,并且排除google drive, icloud, s3的上行流量,这个问题就是用tc解决最合适,最专业。当然,如果路由器本身能做到对某个VPS的IP做上行限流,最好, kcp本身并不限流 |
tc 分类,4M 上行分为两个2M上行,一个国内,一个KCP
上行分组 |
@yaleh 另外我今天实现了阻塞的Write()操作,不会无限制的写入大量数据到snd_queue里面,或多或少会有利于带宽的约束。 |
Let me try try |
试的结果如何? 在家里用 kcptun,想在公司也切换到这个。 |
重新编译了一个,从youtube上来看,快了些 |
公司用没什么大问题,主要是要注意
|
@wxyzh 说明dscp还是有用的,不过如果长期申请EF类型的传输,某些厂家的设备会屏蔽。 |
优化了fast模式的载荷比 |
SNMP
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
近期在办公室应用 kcptun 时碰到以下问题:
该情况在办公室多人应用环境下非常突出,调节 kcptun 参数也没解决。现在正在考虑在 ss-redir 和 kcptun 之间使用 tc 做 QoS 来控制。
希望 kcptun 可实现简单的 QoS 控制 kcp TX 的总带宽。
The text was updated successfully, but these errors were encountered: