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