From 22c01b6ead835a0a8d95ac155ba317687a92a248 Mon Sep 17 00:00:00 2001 From: winlin <winlin@vip.126.com> Date: Thu, 16 Feb 2017 12:16:27 +0800 Subject: [PATCH] Updated EN_KCP Basic Usage (markdown) --- EN_KCP-Basic-Usage.md | 1 + 1 file changed, 1 insertion(+) diff --git a/EN_KCP-Basic-Usage.md b/EN_KCP-Basic-Usage.md index d47fa07..71b2016 100644 --- a/EN_KCP-Basic-Usage.md +++ b/EN_KCP-Basic-Usage.md @@ -80,6 +80,7 @@ user can setup the bellow options for high efficient transport: 4. Minimum RTO 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. + User can setup minimum RTO by: ```cpp kcp->rx_minrto = 10; ```