update document

This commit is contained in:
skywind3000 2017-01-13 17:52:06 +08:00
parent dd5337579a
commit ff571b6844
2 changed files with 3 additions and 4 deletions

View File

@ -45,7 +45,7 @@ There are two kinds of ARQ model responses: UNA (All packets before this number
KCP normal mode uses the same fair concession rules as TCP, i.e., the send window size is determined by: four factors including the size of the send cache, the size of the receive buffer at the receiving end, packet loss concession and slow start. However, when sending small data with high timeliness requirement, it is allowed to select skipping the latter two steps through configuration, and use only the first two items to control the transmission frequency, sacrificing some of the fairness and bandwidth utilization, in exchange for the effect of smooth transmission even when BT is opened.
# 基本使用
# Basic Usage
1. Create KCP object:
@ -179,8 +179,6 @@ For specifics please refer to: [Reliable Udp Benchmark](https://github.com/libin
Donation is welcome by using alipay, the money will be used to improve the protocol and documentation.
Thanks to明明、星仔、进、帆、颁钊、斌铨、晓丹、余争、虎、晟敢、徐玮、王川、赵刚强、胡知锋、万新朝、何新超、刘旸、侯宪辉、吴佩仪、华斌、如涛、胡坚。。。早先的名单实在不好意思没记录下来等同学的捐助与支持。
twitter: https://twitter.com/skywind3000
blog: http://www.skywind.me

View File

@ -7,6 +7,7 @@ KCP - A Fast and Reliable ARQ Protocol
[4]: https://api.travis-ci.org/skywind3000/kcp.svg?branch=master
[5]: https://travis-ci.org/skywind3000/kcp
[README in English](https://github.com/skywind3000/kcp/blob/master/README.en.md)
# 简介