mirror of
https://github.com/skywind3000/kcp.git
synced 2025-04-12 10:40:27 +08:00
Updated EN_KCP Basic Usage (markdown)
parent
6c2430348f
commit
86e316e790
@ -82,4 +82,5 @@ user can setup the bellow options for high efficient transport:
|
||||
Both TCP and KCP use minimum RTO, for example, when calculated RTO is 40ms but default minimum RTO is 100ms, then KCP never detect the dropped packet util after 100ms. The default value of minimum RTO is 100ms for normal mode, while 30ms for high efficient transport.
|
||||
```cpp
|
||||
kcp->rx_minrto = 10;
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user