Updated EN_KCP Feature (markdown)

winlin 2017-02-24 09:38:31 +08:00
parent 08d00eea1f
commit 287ac4e2f6

@ -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 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 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 ARQ which cost 10%-20% bandwidth. KCP support normal and fast mode, use bellow algorithms to decrease the latency:
#### Exponential backoff or Not