Skip to content

Commit

Permalink
update document
Browse files Browse the repository at this point in the history
  • Loading branch information
skywind3000 committed Jan 13, 2017
1 parent dd53375 commit ff571b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
KCP - A Fast and Reliable ARQ Protocol
======================================
[![Powered][2]][1] [![Build Status][4]][5]
[![Powered][2]][1] [![Build Status][4]][5]
[1]: https://github.com/skywind3000/kcp
[2]: http://skywind3000.github.io/word/images/kcp.svg
[3]: https://raw.githubusercontent.com/skywind3000/kcp/master/kcp.svg
[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)

# 简介

Expand Down

0 comments on commit ff571b6

Please sign in to comment.