From bf75bbcf861d5d711673ae95adf3c1abb924cae4 Mon Sep 17 00:00:00 2001 From: winlin <winlin@vip.126.com> Date: Tue, 21 Feb 2017 17:52:05 +0800 Subject: [PATCH] Updated EN_KCP Feature (markdown) --- EN_KCP-Feature.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EN_KCP-Feature.md b/EN_KCP-Feature.md index b531dae..aee91e3 100644 --- a/EN_KCP-Feature.md +++ b/EN_KCP-Feature.md @@ -1,6 +1,6 @@ # Algorithms -The design of TCP focus on transport bandwidth, to transmit as more data as possible. While, KCP is designed for high transport speed and low latency, to transmit as fast as possible, for some special use scenario, for example, realtime communication, low latency message system. KCP transmit faster than TCP(30%-40%), use FEC/ARQ which cost 10%-20% bandwidth. KCP support normal and fast mode, use bellow algorithms to improve the transport speed and decrease the latency: +The design of TCP focus on transport bandwidth, to transmit as more data as possible. While KCP is designed for low latency, to transmit as fast as possible, for some special use scenario, for example, realtime communication, low latency message system. KCP transmit faster than TCP(30%-40%), use FEC/ARQ which cost 10%-20% bandwidth. KCP support normal and fast mode, use bellow algorithms to improve the transport speed and decrease the latency: #### Exponential backoff or Not