1
0
mirror of https://github.com/skywind3000/kcp.git synced 2025-04-03 18:20:17 +08:00

Updated Home (markdown)

Linwei 2015-05-29 11:51:37 +08:00
parent 3f21c30efd
commit 229cbd1430

@ -10,3 +10,8 @@ KCP是一个快速可靠协议能以比 TCP浪费10%-20%的带宽的代价,
* [技术特性](KCP-Feature)
* [基本使用](KCP-Basic-Usage)
* [最佳实践](KCP-Best-Practice)
- [KCP 最佳实践](https://github.com/skywind3000/kcp/wiki/KCP-Best-Practice)
- [同现有TCP服务器集成](https://github.com/skywind3000/kcp/wiki/Integrate-With-Tcp-Server)
- [传输数据加密](https://github.com/skywind3000/kcp/wiki/Network-Encryption)
- [应用层流量控制](https://github.com/skywind3000/kcp/wiki/Flow-Control-for-Users)