Update README.zh-cn.md

This commit is contained in:
wangyu- 2017-11-06 18:53:00 -08:00
parent 057d5262a4
commit fd076e0a2e
2 changed files with 4 additions and 3 deletions

View File

@ -10,6 +10,8 @@ or
![image_vpn](/images/en/udpspeeder+openvpn3.PNG)
Assume your local network to your server is lossy. Just establish a VPN connection to your server with UDPspeeder + any UDP-based VPN, access your server via this VPN connection, then your connection quality will be significantly improved. With well-tuned parameters , you can easily reduce IP or UDP/ICMP packet-loss-rate to less than 0.01% . Besides reducing packet-loss-rate, UDPspeeder can also significantly improve your TCP latency and TCP single-thread download speed.
[简体中文](/doc/README.zh-cn.md)(内容更丰富)
###### Note

View File

@ -81,12 +81,11 @@ https://github.com/wangyu-/UDPspeeder/releases
`-k` 指定一个字符串,开启简单的异或加密
如果需要更省流量,请加上`--mode 0``--mode 0`模式会牺牲一点点的延迟(默认最多8ms可调)换取更低的流量消耗。
###### 注意
要为UDPspeeder加速的应用设置好MTU(不是在UDPspeeder中是在被加速的应用中)建议设置为1200。
另外如果被加速的应用不能调整MTU也可以在UDPspeeder中通过`--mode 0 --mtu 1200`设置MTU。关于`--mode 0``--mtu`的具体含义请看下文。
要为UDPspeeder加速的应用设置好MTU(不是在UDPspeeder中是在被加速的应用中)建议设置为1200。 另外如果被加速的应用不能调整MTU也可以在UDPspeeder中通过`--mode 0 --mtu 1200`设置MTU。关于`--mode 0``--mtu`的具体解释请看下文。
# 进阶操作说明