From 38cf16298b7d9a6cc0c479e09f41aa5c338bb481 Mon Sep 17 00:00:00 2001 From: winlin <winlin@vip.126.com> Date: Tue, 21 Feb 2017 16:58:29 +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 fdd41c8..0797653 100644 --- a/EN_KCP-Feature.md +++ b/EN_KCP-Feature.md @@ -8,7 +8,7 @@ When retransmission, TCP use exponential backoff(Karn/Partridge Algorithm) for c #### Retransmit All or Partial -For retransmission in TCP, all the data after the lost segment will be retransmitted in practice(for example, ACK lost with out SACK, or maybe only retransmit one packet but network is so heavy that more packets are retransmitted), while KCP only retransmit the really dropped part of segment. +For retransmission in TCP, all the data after the lost segment will be retransmitted in practice(for example, ACK lost with out SACK, or maybe only retransmit one packet but network is so heavy that more packets are retransmitted), while KCP only retransmit the really dropped part of segment(KCP use more ACK, so the lost of ACK is less than TCP). #### Fast Retransmission