1
0
mirror of https://github.com/skywind3000/kcp.git synced 2025-04-24 04:10:34 +08:00

update document

This commit is contained in:
skywind3000 2016-02-18 22:15:54 +08:00
parent 43ea3cb7f3
commit 9d641e9633

View File

@ -133,12 +133,12 @@ TCP是为流量设计的每秒内可以传输多少KB的数据讲究的
感谢 [asio-kcp](https://github.com/libinzhangyuan/asio_kcp) 的作者 [zhangyuan](https://github.com/libinzhangyuan) 对 KCP 与 enet, udt做过的一次横向评测结论如下
- ASIO-KCP has good performace in wifi and phone network(3G, 4G).
- Extra using 20% ~ 50% network flow for speed improvement.
- The kcp is the first choice for realtime pvp game.
- The lag is less than 1 second when network lag happen. 3 times better than enet when lag happen.
- The enet is a good choice if your game allow 2 second lag.
- UDT is a bad idea. It always sink into badly situation of more than serval seconds lag. And the recovery is not expected.
- Has good performace in wifi and phone network(3G, 4G).
- Extra using 20% ~ 50% network flow for speed improvement.
- enet has the problem of lack of doc. And it has lots of functions that you may intrest.
kcp's doc is chinese.
Good thing is the function detail which is writen in code is english. And you can use asio_kcp which is a good wrap.