Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyu- committed Aug 9, 2017
2 parents c48c619 + 0cac945 commit 2251947
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion doc/README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Udp2raw-tunnel
[udp2raw+kcptun step_by_step教程](kcptun_step_by_step.md)

[udp2raw+finalspeed step_by_step教程](finalspeed_step_by_step.md)

如果你需要加速跨国网游、网页浏览,解决方案在另一个repo:

https://github.com/wangyu-/UDPspeeder
### 把udp流量伪装成tcp /icmp
用raw socket给udp包加上tcp/icmp包头,可以突破udp流量限制或Udp QOS。或者在udp nat有问题的环境下,提升稳定性。  另外也支持用raw 发udp包,这样流量不会被伪装,只会被加密。

Expand All @@ -23,7 +27,7 @@ Udp2raw-tunnel

Client能用单倍的超时时间检测到单向链路的失效,不管是上行还是下行,只要有一端失效就能被client检测到。重连只需要client发起,就可以立即被server处理,不需要等到server端的连接超时后。

另外,对于有大量client的情况,对于不同client,server发送的心跳是错开时间发送的,不会因为短时间发送大量的心跳而造成拥塞和延迟抖动。
对于有大量client的情况,对于不同client,server发送的心跳是错开时间发送的,不会因为短时间发送大量的心跳而造成拥塞和延迟抖动。



Expand Down
2 changes: 1 addition & 1 deletion doc/finalspeed_step_by_step.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ udp2raw也支持把udp流量包装成Icmp发送,本教程不做演示。
### 环境要求
服务器主机是linux,有root权限。  可以是openvz架构的vps。 也可以是openwrt路由器。

本地主机是windows,安装了wmware,安装了linux虚拟机(网卡设置为桥接模式)。
本地主机是windows,本地有openwrt路由器或树莓派或安装了linux虚拟机(网卡设置为桥接模式)。

(如果嫌给虚拟机安装linux麻烦,可以下载别人提供好的linux虚拟机镜像,比如https://www.kali.org/downloads/ ,不过我没有测试过这个镜像,我用的是debian 7)

Expand Down
2 changes: 1 addition & 1 deletion doc/kcptun_step_by_step.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
本教程会一步一步演示用udp2raw+kcptun加速SSH流量的过程。加速任何其他tcp流量也一样。

### 环境要求
两边的主机都是linux,有root权限。 (windows上桥接模式的虚拟机可用)
两边的主机都是linux,有root权限。 可以是openwrt路由器或树莓派,windows上桥接模式的虚拟机也可用


### 安装
Expand Down

0 comments on commit 2251947

Please sign in to comment.