Update README.md

This commit is contained in:
wangyu- 2017-10-19 11:02:54 -07:00 committed by GitHub
parent 609100bb3e
commit 009948961f

View File

@ -48,7 +48,7 @@ check wikipedia for more info, https://en.wikipedia.org/wiki/ReedSolomon_erro
### Installing ### Installing
Download binary release from https://github.com/wangyu-/UDPspeeder/releases Download binary release from https://github.com/wangyu-/UDPspeeder/releases
### Running ### Running (speed-up UDP only)
Assume your server ip is 44.55.66.77, you have a service listening on udp port 7777. Assume your server ip is 44.55.66.77, you have a service listening on udp port 7777.
```bash ```bash
@ -65,6 +65,10 @@ Now connecting to UDP port 3333 at the client side is equivalent to connecting t
`-f20:10` means sending 10 redundant packets for every 20 original packets. `-f20:10` means sending 10 redundant packets for every 20 original packets.
### speed-up any traffic with Openvpn+udpspeeder
Check [UDPspeeder + openvpn config guide](/doc/udpspeeder_openvpn.md).
# Advanced Topic # Advanced Topic
### Usage ### Usage
``` ```