设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客

KCP 1.3发布,快速传输协议

2016-2-23 22:04| 发布者: joejoe0332| 查看: 6369| 评论: 0|原作者: oschina|来自: oschina

摘要: KCP协议 1.3发布,进一步提升性能和稳定性,能够在网络高峰期丢包时保持比 libenet 快三倍的数据传送速率:KCPhas good performace in wifi and phone network(3G, 4G).Extra using 20% ~ 50% network flow for spee ...

KCP协议 1.3发布,进一步提升性能和稳定性,能够在网络高峰期丢包时保持比 libenet 快三倍的数据传送速率:

  • 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.

  • 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.

  • The kcp is a simple thing. You will write more code if you want more feature.

  • UDT has a perfect doc. UDT may has more bug than others as I feeling.

KCP 是一个快速可靠协议,能以比 TCP浪费10%-20%的带宽的代价,换取平均延迟降低 30%-40%,且最大延迟降低三倍的传输效果。纯算法实现,并不负责底层协议(如UDP) 的收发,需要使用者自己定义下层数据包的发送方式,以 callback的方式提供给 KCP。 连时钟都需要外部传递进来,内部不会有任何一次系统调用。

整个协议只有 ikcp.h, ikcp.c两个源文件,可以方便的集成到用户自己的协议栈中。 也许你实现了一个P2P,或者某个基于 UDP的协议,而缺乏一套完善的ARQ可靠协议实现, 那么简单的拷贝这两个文件到现有项目中,稍微编写两行代码,即可使用。


酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部