Browse Source

Update README.md

wangyu- 8 years ago
parent
commit
8f04c82788
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -121,11 +121,11 @@ raw_mode: faketcp  cipher_mode: aes128cbc  auth_mode: md5
 
 more details at [openvpn+udp2raw_guide](/doc/openvpn_guide.md)
 ### speed-up tcp connection by using udp2raw+kcptun
-kcptun is a tcp connection speed up program,it speed-ups tcp connection by using kcp protocol on-top of udp.by using udp2raw,you can use kcptun while udp is QoSed or blocked.
+kcptun is a tcp connection speed-up program,it speeds-up tcp connection by using kcp protocol on-top of udp.by using udp2raw,you can use kcptun while udp is QoSed or blocked.
 (kcptun, https://github.com/xtaci/kcptun)
 
 ### speed-up tcp connection by using udp2raw+finalspeed
-finalspeed is a tcp connection speed up program similiar to kcptun,it speed-ups tcp connection by using kcp protocol on-top of udp or tcp.but its tcp mode doesnt support openvz,you can bypass this problem if you use udp2raw+finalspeed together.
+finalspeed is a tcp connection speed-up program similiar to kcptun,it speeds-up tcp connection by using kcp protocol on-top of udp or tcp.but its tcp mode doesnt support openvz,you can bypass this problem if you use udp2raw+finalspeed together.
 
 # Related work
 ### kcptun-raw