Update README.md

This commit is contained in:
xtaci
2017-01-23 23:22:09 +08:00
committed by GitHub
parent 52a3e0f7ff
commit 42535dff05
+3 -2
View File
@@ -118,7 +118,7 @@ other parameters can be set independently.
*How to optimize*
> Step 1Increase client `-rcvwnd` & server `-sndwnd` simultaneously & gradually。
> Step 2Try download something and observer, if the bandwidth usage is close the limit then stop, otherwise goto step 1.
> Step 2Try download something and watch network IO to see if it helps.
***NOTICE: if too much retranmission happens, it's quite possible the windows are too large***
@@ -128,7 +128,8 @@ Aggresiveness On Retransmission:
*fast3 > fast2 > fast > normal > default*
Manual control is supported with hidden parameters, you must understand KCP protocol before doing this.
Manual control is supported with hidden parameters, you must understand KCP protocol before doing this. eg:
```
-mode manual -nodelay 1 -resend 2 -nc 1 -interval 20
```