mirror of
https://github.com/skywind3000/kcp.git
synced 2025-03-23 16:00:08 +08:00
Updated EN_KCP Feature (markdown)
parent
32ac734fb3
commit
2d68d22c3e
@ -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, 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.
|
||||
|
||||
#### Fast Retransmission
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user