Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyu- authored Aug 9, 2017
1 parent 91a66cf commit 2d26ae6
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
![image0](images/Capture.PNG)
UDP加速器,降低UDP传输的丢包率。尤其适用于游戏和语音。

这个是我自己稳定用了一个月的项目,用来玩服务器在美国的brawl stars和服务器在亚洲国外的mobile legend,加速前卡得没法玩,加速后几乎没卡过
这个是我自己稳定用了一个月的项目,用来玩服务器在美国的brawl stars和服务器在亚洲国外的mobile legend,效果不错

#### 原理简介
目前原理就是简单粗暴的多倍发包(以后会做Reed–Solomon code)。
Expand All @@ -15,6 +15,16 @@ UDP加速器,降低UDP传输的丢包率。尤其适用于游戏和语音。

#### 适用场景
绝大部分流量不高的情况。程序本身加速udp,但是配合openvpn可以加速任何流量。网络状况不好时,游戏卡得没法玩,或者网页卡得没法打开,使用起来效果最好。但是不适合大流量的场景,比如BT下载和在线看视频。

#### 其他功能
输出UDP收发情况报告,便于分析网络。

模拟丢包,模拟延迟,模拟jitter。便于通过实验找出应用卡顿的原因。

重复包过滤功能可以关掉,模拟网络本身有重复包的情况。用来测试应用对重复报的支持情况。

目前有amd64,x86,ar71xx的binary

# 简明操作说明

### 环境要求
Expand Down Expand Up @@ -87,6 +97,7 @@ other options:
# 应用

#### UDPspeeder + openvpn加速任何流量
如果你只是需要玩游戏,效果(可能/大概)会比kcp/finalspeed方案更好。可以优化tcp游戏的延迟(通过冗余发包,避免了上层的重传)。比如魔兽世界。
![image0](images/Capture2.PNG)
#### UDPspeeder + kcptun/finalspeed同时加速tcp和udp流量
如果你需要用加速的tcp看视频和下载文件,这样效果比vpn方案更好。不论是速度,还是流量的耗费上。
Expand Down

0 comments on commit 2d26ae6

Please sign in to comment.