1
0
mirror of https://github.com/skywind3000/kcp.git synced 2025-04-28 07:50:14 +08:00

Updated EN_KCP Feature (markdown)

winlin 2017-02-21 14:48:51 +08:00
parent a5994e196e
commit 74c28cb55d

@ -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 packet will be 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, while KCP only retransmit the really dropped part of segment.
#### Fast Retransmission