Updated KCP Benchmark (markdown)

Linwei 2016-02-18 21:42:06 +08:00
parent e23c786bb1
commit 7d129feccb

@ -2,12 +2,14 @@
我自己评测过很多,[asio_kcp](https://github.com/libinzhangyuan/asio_kcp) 的作者做过比较详细的评测在网络变糟糕的情况下KCP的延迟比 libenet低三倍以上
`worst network lag happen:`
`asio: 10:51.21`
`291 295 269 268 231 195 249 230 225 204`
```cpp
worst network lag happen:
asio: 10:51.21
291 295 269 268 231 195 249 230 225 204
`enet: 10:51.21`
`1563 1520 1470 1482 1438 1454 1412 1637 1588 1540`
enet: 10:51.21
1563 1520 1470 1482 1438 1454 1412 1637 1588 1540
```
更详细的评测可以看这里:[benchmark](https://github.com/libinzhangyuan/reliable_udp_bench_mark/blob/master/bench_mark.md),感谢 asio_kcp 的作者 zhangyuan 详细对比了 UDT, libenet和 kcp并给出结论如下