Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / skywind3000/kcp issues and pull requests
#333 - 请教一个UDP的SO_REUSEPORT问题
Issue -
State: closed - Opened by yxhtx about 3 years ago
- 5 comments
#332 - Add libhv to README.md
Pull Request -
State: open - Opened by ithewei about 3 years ago
#331 - Suggestion: enhance performance by implementing recv_buf by skip list or red-black tree
Issue -
State: open - Opened by Banyc about 3 years ago
- 2 comments
#330 - 为什么发送的数据到了output 回调函数那儿就没啦 ,就是发送不过去数据通过ikcp_send
Issue -
State: closed - Opened by gengfeipeng over 3 years ago
#329 - TCPvsKCP测试结果和作者的不一样
Issue -
State: open - Opened by ldmid666 over 3 years ago
- 5 comments
#328 - Kcp.peekSize出现空指针异常
Issue -
State: closed - Opened by wickywe over 3 years ago
#327 - segment->rto容易引起误传
Issue -
State: open - Opened by gnodiuhnil over 3 years ago
#326 - 为什么 ikcp_send 不能超过128次ikcp_recv也只能接收到128次!
Issue -
State: open - Opened by fengshangren over 3 years ago
- 2 comments
#325 - 发现了一个可能存在的BUG
Issue -
State: open - Opened by stanzhao2 over 3 years ago
- 1 comment
#324 - 请教两个使用问题
Issue -
State: open - Opened by youngwolf-project over 3 years ago
- 1 comment
#323 - 数值溢出问题
Issue -
State: open - Opened by elevenxt over 3 years ago
- 2 comments
#322 - 已经进入发送队列的包如何丢弃?
Issue -
State: open - Opened by 84506232 over 3 years ago
#321 - 应用层如何判读kcp的output数据发送完
Issue -
State: closed - Opened by KublaikhanGeek over 3 years ago
- 2 comments
#320 - 想在这里问下 有比kcp更好的udp传输协议吗?或者说有这样的协议吗?
Issue -
State: open - Opened by ghost over 3 years ago
- 3 comments
#319 - Update README.md: (kcp2k for sharp
Pull Request -
State: closed - Opened by vis2k over 3 years ago
#318 - @skywind3000 大神 ,问个非技术问题
Issue -
State: open - Opened by f15990039386 over 3 years ago
- 5 comments
#317 - Add kcp-cpp link to doc
Pull Request -
State: closed - Opened by andersc over 3 years ago
- 1 comment
#316 - #315 网络模拟没有排序
Pull Request -
State: open - Opened by yylogo over 3 years ago
#315 - 网络模拟过程没有排序
Issue -
State: open - Opened by yylogo over 3 years ago
#313 - 正常发送接收了, 但同一条数据发送 32次以后,发送端的ikcp_setoutput 回调就不执行了
Issue -
State: open - Opened by Xuqichang almost 4 years ago
- 9 comments
#310 - kcp是否可以用在实时音视频发送呢
Issue -
State: open - Opened by kavenxiang almost 4 years ago
- 4 comments
#305 - Merge pull request #1 from skywind3000/master
Pull Request -
State: open - Opened by zhuangwuxin almost 4 years ago
- 1 comment
#303 - 基于Rust的KCP实现(BBR流控&数据结构优化)
Issue -
State: open - Opened by ma-chengyuan almost 4 years ago
- 4 comments
#295 - 为什么我写的KCP测试只能接收窗口大小条消息,超过了无法接收。
Issue -
State: open - Opened by gengzm about 4 years ago
- 8 comments
#291 - fix: respect the configured receive window
Pull Request -
State: open - Opened by paulpach over 4 years ago
- 5 comments
#273 - 请教一个流量问题
Issue -
State: closed - Opened by l42111996 over 4 years ago
- 2 comments
#269 - 感谢大神提供这么厉害的算法,我给 KCP 封装了一个简单的 C++ 接口,可否携带分发 ikcp.c?
Issue -
State: open - Opened by hgoldfish over 4 years ago
- 8 comments
#268 - 你好,请问ikcp_check的返回的结果一直是<=interval的,这个正常吗?
Issue -
State: closed - Opened by dantezhu over 4 years ago
- 6 comments
#254 - Enable shared libraries
Pull Request -
State: closed - Opened by madebr almost 5 years ago
#240 - conv应该怎么生成?比如有大量的客户端向服务端建立通信,客户端如何生成唯一的conv?
Issue -
State: closed - Opened by kcpnewly about 5 years ago
- 5 comments
#209 - 客户端在断线重连的情况下,服务端是应该重置该KCP内部的数据,还是用新的conv建立新的连接
Issue -
State: closed - Opened by scp096 over 5 years ago
#205 - KCP的全称是什么
Issue -
State: open - Opened by bruuuces over 5 years ago
- 5 comments
#202 - KCP 测速结果
Issue -
State: closed - Opened by ZezhongWang over 5 years ago
- 11 comments
#186 - 请问下作者,KCP 与TCP Reno有什么区别?
Issue -
State: open - Opened by DarkIdiot about 6 years ago
- 2 comments
#181 - 我把一个类的对象序列化成byte[] ,传送时,发生了错误
Issue -
State: closed - Opened by yogioh123456 about 6 years ago
- 3 comments
#178 - ikcp_send 中 if (count == 0) count = 1; 设置的意义?
Issue -
State: closed - Opened by ycchildcoder about 6 years ago
- 2 comments
#176 - kcp上层做session如何判断连接是否断开?
Issue -
State: closed - Opened by l42111996 over 6 years ago
- 8 comments
#172 - KCP有没有纯python 实现的版本啊
Issue -
State: closed - Opened by luvjoey1996 over 6 years ago
- 4 comments
#164 - 萌新请教
Issue -
State: closed - Opened by majianwei0705 over 6 years ago
- 6 comments
#152 - 请问项目发现有时ikcp_send之后10几秒才kcp->output有可能是哪里没设置对?
Issue -
State: closed - Opened by woshi91 over 6 years ago
- 7 comments
#100 - 我司使用kcp制作上线的网络游戏,出现了比tcp更不稳定的网络状况
Issue -
State: closed - Opened by hubinix over 7 years ago
- 49 comments
#51 - ikcp_recv 并不需要接受 len 参数,因为已经约定buffer必须满足peeksize了
Issue -
State: closed - Opened by wxiaoguang about 8 years ago
- 1 comment
#48 - 修复ikcp_check返回current, ikcp_upate可能不会调ikcp_flush
Pull Request -
State: open - Opened by XiongMing about 8 years ago
- 8 comments
#33 - 关于fec
Issue -
State: closed - Opened by nifflin over 8 years ago
- 8 comments
#10 - KCP和TCP的比较
Issue -
State: closed - Opened by LiTianjue almost 9 years ago
- 16 comments