Update README.md

This commit is contained in:
xtaci
2017-01-24 11:33:30 +08:00
committed by GitHub
parent ae2e3be73d
commit ee8e1be581
+13 -6
View File
@@ -51,18 +51,25 @@ All releases are genereated by `build-release.sh` script.
> **Q: I have a high speed network link, how to reach the maximum bandwidth?**
> A:
> Step 1Increase client `-rcvwnd` & server `-sndwnd` simultaneously & gradually.
> Step 2Try download something and to see if it meets your requirements.
> **A:**
> Step 1Increase client `-rcvwnd` & server `-sndwnd` simultaneously & gradually.
> Step 2Try download something and to see if it meets your requirements.
#### Improving Latency
> **Q: I'm using kcptun for game, I don't want any lags happening.**
> A: Lags means packet loss for most of the time, by changing `-mode` may improve latency:
> **A:**
> Lags means packet loss for most of the time, by changing `-mode` may improve latency:
> eg: `-mode fast3`
> Aggresiveness/Responsiveness On Retransmission for embeded modes:
> *fast3 > fast2 > fast > normal > default*
> Aggresiveness/Responsiveness On Retransmission for embeded modes:
> *fast3 > fast2 > fast > normal > default*
### Expert Tuning Guide