mirror of
https://github.com/wangyu-/UDPspeeder.git
synced 2025-01-19 06:19:34 +08:00
Update README.md
This commit is contained in:
parent
13a4b095ac
commit
7ebc3a1884
10
README.md
10
README.md
@ -7,16 +7,16 @@ When used alone,UDPspeeder speeds-up only udp connection.Nevertheless,if you use
|
|||||||
|
|
||||||
[简体中文](/doc/README.md)
|
[简体中文](/doc/README.md)
|
||||||
|
|
||||||
# Effect
|
# Efficacy
|
||||||
tested on a link with 100ms latency and 10% packet loss at both direction
|
tested on a link with 100ms latency and 10% packet loss at both direction
|
||||||
|
|
||||||
### Ping Packet Loss
|
### Ping Packet Loss
|
||||||
![](/images/en/ping_compare3.PNG)
|
![](/images/en/ping_compare3.PNG)
|
||||||
|
|
||||||
### Scp Copy Speed
|
### SCP Copy Speed
|
||||||
![](/images/en/scp_compare.PNG)
|
![](/images/en/scp_compare.PNG)
|
||||||
|
|
||||||
# Support Platforms
|
# Supported Platforms
|
||||||
Linux host (including desktop Linux,Android phone/tablet,OpenWRT router,or Raspberry PI).
|
Linux host (including desktop Linux,Android phone/tablet,OpenWRT router,or Raspberry PI).
|
||||||
|
|
||||||
Windows and Mac support will be added in furture,before its done,you can run UDPspeeder inside [this](https://github.com/wangyu-/udp2raw-tunnel/releases/download/20170918.0/lede-17.01.2-x86_virtual_machine_image_with_udp2raw_pre_installed.zip) 7.5mb virtual machine image.
|
Windows and Mac support will be added in furture,before its done,you can run UDPspeeder inside [this](https://github.com/wangyu-/udp2raw-tunnel/releases/download/20170918.0/lede-17.01.2-x86_virtual_machine_image_with_udp2raw_pre_installed.zip) 7.5mb virtual machine image.
|
||||||
@ -40,7 +40,7 @@ Assume your server ip is 44.55.66.77, you have a service listening on udp port 7
|
|||||||
./speederv2 -c -l0.0.0.0:3333 -r44.55.66.77:4096 -
|
./speederv2 -c -l0.0.0.0:3333 -r44.55.66.77:4096 -
|
||||||
```
|
```
|
||||||
|
|
||||||
Now the connection is boosted,connecting to UDP port 3333 at the client side is equivalent to connecting to port 7777 at the server side
|
Now connecting to UDP port 3333 at the client side is equivalent to connecting to port 7777 at the server side,and the connection is boosted.
|
||||||
|
|
||||||
# Advanced Topic
|
# Advanced Topic
|
||||||
### Usage
|
### Usage
|
||||||
@ -88,6 +88,6 @@ log and help options:
|
|||||||
```
|
```
|
||||||
|
|
||||||
# Application
|
# Application
|
||||||
## Boost any traffic (including tcp/udp/icmp) by using UDPspeedeer +openvpn
|
## Boost any traffic with UDPspeeder +openvpn
|
||||||
|
|
||||||
![image_vpn](/images/en/udpspeeder+openvpn.PNG)
|
![image_vpn](/images/en/udpspeeder+openvpn.PNG)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user