From cd8c0da05ff154fbea9118bd64247f0896225b91 Mon Sep 17 00:00:00 2001 From: JackBoosY Date: Thu, 16 Jan 2020 00:17:29 -0800 Subject: [PATCH] Fix typo --- README.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.en.md b/README.en.md index 26a63c8..5513838 100644 --- a/README.en.md +++ b/README.en.md @@ -47,7 +47,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. -# Quick install +# Quick Install You can download and install kcp using the [vcpkg](https://github.com/Microsoft/vcpkg) dependency manager: