mirror of
https://github.com/wangyu-/UDPspeeder.git
synced 2025-01-31 12:19:35 +08:00
Update README.zh-cn.md
This commit is contained in:
parent
0009531a6f
commit
a8120dde23
@ -60,13 +60,15 @@ https://github.com/wangyu-/UDPspeeder/releases
|
||||
|
||||
现在client和server之间建立起了tunnel。想要连接44.55.66.77:7777,只需要连接 127.0.0.1:3333。来回的所有的udp流量会被加速。
|
||||
|
||||
###### 注:
|
||||
###### 备注:
|
||||
|
||||
-f20:10 表示对每20个原始数据发送10个冗余包。
|
||||
|
||||
-k 指定一个字符串,server/client间所有收发的包都会被异或,改变协议特征,防止UDPspeeder的协议被运营商针对。
|
||||
|
||||
注意要为UDPspeeder加速的应用设置好MTU(不是在UDPspeeder中,是在被加速的应用中),建议设置为1200。
|
||||
###### 注意
|
||||
|
||||
要为UDPspeeder加速的应用设置好MTU(不是在UDPspeeder中,是在被加速的应用中),建议设置为1200。
|
||||
|
||||
另外,如果被加速的应用不能调整MTU,也可以在UDPspeeder中通过`--mode 0 --mtu 1200`设置MTU。关于`--mode 0`和`--mtu`的具体含义请看下文。
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user