-
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
演示配置,关于配置,请在此thread讨论 #923
Comments
请问最新版这个pprof参数是只加在server端吗?加不加的效果有多大差别? |
这个配置支持tcp,跟udp同时代理不,还有这个没有套用udp2raw,能否把udp2raw也写入到/etc/systemd/system/kcp-ss.service 里面 |
SERVER-SIDE {"parityshard": 0} |
不一定,比如中国的网络上下行就是不对称的。 |
FEC的疑问: |
如果用户到服务器的延迟很低,我认为是没有必要开FEC的,重传一次的惩罚并不高,所以实际的优化策略可能还会包含一些RTT测量,再制定策略。 |
测试的两条线路延迟分别是200ms和100ms,应该算不上很低吧?想弄明白为何开了如此高(5:5)的FEC,FECRecovered/FECParityShards却只有1%,难道就只是单纯因为这个延迟够低了? |
对,这个延迟很低了,而且线路质量很好。 |
这只是一个工具,不是万能的,具体的策略还需要根据测量来动态调整。 |
现在正在调整的路上,十分感谢您的解答。 |
请问在延迟150ms左右,几乎不丢包的线路上, "datashard" 和 "parityshard" 是否直接设为0比价合适? |
server_windows_386.exe -t "127.0.0.1:4001" -l ":4001" -mode fast3 -smuxver 2 |
CLIENT SIDE
$ cat /home/user/local-ss.json
$ cat /etc/systemd/system/kcp-ss.service
SERVER-SIDE
$ cat server_ss.json
./server_linux_amd64 -c server_ss.json
The text was updated successfully, but these errors were encountered: