docs: update

This commit is contained in:
Micooz 2017-10-27 15:06:35 +08:00
parent c4f423f77c
commit 00921e6d07
No known key found for this signature in database
GPG Key ID: 002FB5DD584D6CB1
2 changed files with 14 additions and 14 deletions

@ -129,21 +129,10 @@ The first line of results represents traffic from `iperf -c` to `bs-client` whil
## History Reports
* [2017-8-11.txt](../../benchmark/reports/2017-8-11.txt)
* [2017-8-13.txt](../../benchmark/reports/2017-8-13.txt)
* [2017-8-14.txt](../../benchmark/reports/2017-8-14.txt)
* [2017-8-28.txt](../../benchmark/reports/2017-8-28.txt)
* [2017-8-29.txt](../../benchmark/reports/2017-8-29.txt)
* [2017-09-06.txt](../../benchmark/reports/2017-09-06.txt)
* [2017-09-14.txt](../../benchmark/reports/2017-09-14.txt)
* [2017-09-15.txt](../../benchmark/reports/2017-09-15.txt)
* [2017-09-21.txt](../../benchmark/reports/2017-09-21.txt)
* [2017-10-04.txt](../../benchmark/reports/2017-10-04.txt)
* [2017-10-09.txt](../../benchmark/reports/2017-10-09.txt)
* [2017-10-17.txt](../../benchmark/reports/2017-10-17.txt)
[See here](../../benchmark/reports).
[docs/presets]: ../presets
[benchmark/cases.js]: ../../benchmark/cases.js
[benchmark/iperf.sh]: ../../benchmark/iperf.sh
[docs/presets]: ../presets
[shadowsocks stream ciphers]: https://shadowsocks.org/en/spec/Stream-Ciphers.html
[shadowsocks aead ciphers]: https://shadowsocks.org/en/spec/AEAD-Ciphers.html

@ -223,7 +223,18 @@ You can enable cluster mode by setting `workers` greater than zero, cluster mode
}
```
### UDP Relay
UDP relay is supported since blinksocks v2.8.0, and it's enabled by default on client and server. UDP relay is prepared only for applications who support Socks5 [UDP ASSOCIATE].
Note that Socks5 requires to relay UDP message over UDP, so does blinksocks:
```
apps <--SOCKS5--> [blinksocks client] <--UDP--> [blinksocks server] <--UDP--> dests
```
[balancer.js]: ../../src/core/balancer.js
[presets]: ../presets
[winston]: https://github.com/winstonjs/winston
[RFC-6455]: https://tools.ietf.org/html/rfc6455
[RFC-6455]: https://tools.ietf.org/html/rfc6455
[UDP ASSOCIATE]: https://tools.ietf.org/html/rfc1928#section-4