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
#433 - ikcp_update报这个错,不知道为什么,请教一下高手。
Issue -
State: open - Opened by thinbug 6 days ago
- 3 comments
#432 - kcp可以在组播中使用吗(一对多场景),是否有可以实现的思路
Issue -
State: open - Opened by chenqinggang001 8 days ago
- 9 comments
#431 - ikcp_send 在流模式下为何也要限制127个MSS呢?
Issue -
State: open - Opened by colinsusie 22 days ago
- 2 comments
#430 - kcp->buffer = (char*)ikcp_malloc((kcp->mtu + IKCP_OVERHEAD) * 3); 这里为啥要三倍呢?review代码发现只用一个mtu大小即可
Issue -
State: open - Opened by ml-liu 27 days ago
#429 - 回传的数据包必须回传所有数据吗?
Issue -
State: open - Opened by chenqinggang001 29 days ago
#428 - ikcp_send单次输入数据超过200Kb之后,返回值始终小于0
Issue -
State: open - Opened by chenqinggang001 about 1 month ago
- 1 comment
#427 - 发送端和接收端的时钟可能不同步,rtt不准确
Issue -
State: closed - Opened by chenqinggang001 about 1 month ago
- 2 comments
#426 - 用java实现kcp,运行test(2)是出现收不到client的ack的问题。调试后发现是fastresend只要设置了正数就会有问题。
Issue -
State: closed - Opened by shadowvv 2 months ago
- 4 comments
#425 - 热点网络下的kcp表现
Issue -
State: open - Opened by Haoson 2 months ago
- 5 comments
#424 - seg的len应该不会超过mss,代码里用uint32来表示,能解答下吗老师
Issue -
State: open - Opened by newNcy 3 months ago
#422 - 宏IKCP_FASTACK_CONSERVE会影响到ikcp_input中maxack的更新
Issue -
State: open - Opened by Julyllll 3 months ago
#421 - update 能不能改到微妙级别 比如 100us
Issue -
State: open - Opened by SiNZeRo 3 months ago
- 4 comments
#419 - add kcptransport to readme
Pull Request -
State: closed - Opened by Molth 4 months ago
#418 - 这个项目后续还有大的更新么,还是有更新的替代项目了?
Issue -
State: closed - Opened by lxchx 4 months ago
- 1 comment
#417 - 请求: 添加 C# 版本 kcp 到 README
Issue -
State: closed - Opened by Molth 4 months ago
#416 - 上行卡顿,下行通畅后续
Issue -
State: closed - Opened by Haoson 5 months ago
- 4 comments
#415 - ikcp_waitsnd
Issue -
State: closed - Opened by OrreroVV 5 months ago
- 1 comment
#414 - ikcp_recv总是返回-2,ikcp_peeksize函数里的kcp->nrcv_que与seg->frg这两个变量是什么意思
Issue -
State: closed - Opened by HeYang6 5 months ago
- 3 comments
#413 - 有kcp 工作流程介绍吗?
Issue -
State: open - Opened by liwenz 7 months ago
#412 - ikcp_check返回的不是下次ikcp_update的时间戳,文档存在问题
Issue -
State: open - Opened by Alan-yly 7 months ago
- 1 comment
#411 - kcp大带宽传输和发送队列长度问题
Issue -
State: open - Opened by RobotFly 7 months ago
- 1 comment
#410 - ikcp_input函数接口是否应该添加current变量,准确获取当前时间戳?
Issue -
State: open - Opened by Alan-yly 7 months ago
- 3 comments
#409 - 添加IKCP_FASTACK_CONSERVE宏 避免多次触发快重传
Pull Request -
State: closed - Opened by Alan-yly 7 months ago
#408 - 源码中没有定义IKCP_FASTACK_CONSERVE宏导致的重复快重传问题
Issue -
State: open - Opened by Alan-yly 8 months ago
- 3 comments
#407 - 我用的是C#版的Kcp,每次都得重新new一个对象,想着能重复利用起来,要重置哪些参数就能跟新的一样呢
Issue -
State: closed - Opened by 32haojiufangjia 8 months ago
#406 - KCP在高延迟环境下怎样使用才能满足大流量,而不是快速响应?
Issue -
State: open - Opened by haozia816 8 months ago
- 3 comments
#405 - 使用check机制并不能使cpu使用率下降
Issue -
State: open - Opened by Alan-yly 9 months ago
- 5 comments
#404 - 为每个kcp设置独立的allocator
Issue -
State: closed - Opened by nanoric 11 months ago
- 1 comment
#403 - 发送端网络受限 ,接收端网络不好,kcp是否会带来改善?
Issue -
State: open - Opened by wangpeng1 12 months ago
- 1 comment
#402 - 关于源码中的慢启动和拥塞避免算法
Issue -
State: open - Opened by yufeige4 about 1 year ago
- 3 comments
#401 - 实时流应用场景,crash的疑问
Issue -
State: open - Opened by LiuAriel about 1 year ago
- 4 comments
#400 - 关于上行卡顿,下行包流畅的问题
Issue -
State: closed - Opened by Haoson about 1 year ago
- 7 comments
#399 - 关于服务端和多客户端的问题
Issue -
State: open - Opened by thinbug about 1 year ago
- 6 comments
#398 - Multiple multi-thread clients, one server
Issue -
State: open - Opened by nominalval about 1 year ago
- 2 comments
#397 - test.cpp 运行结果不符合预期
Issue -
State: closed - Opened by RRRaymond about 1 year ago
- 3 comments
#396 - 关于ikcp_check实现的疑问
Issue -
State: closed - Opened by aiprog about 1 year ago
#395 - 这里检测使用的buffer超过mtu就output一次是不是会导致seg分成两段
Issue -
State: closed - Opened by newNcy over 1 year ago
- 7 comments
#394 - [fixed] 修改测试代码
Pull Request -
State: closed - Opened by william396-co over 1 year ago
#393 - 请教一个关于停止ikcp_update的方法
Issue -
State: open - Opened by skymym over 1 year ago
#392 - 包模式下如果rcvWnd<255 并且分包数量>=rcvWnd,接受端因为接受不到足够的数量组装完整包而卡住.
Issue -
State: open - Opened by wangjing112 over 1 year ago
#391 - Add pykcp to README
Pull Request -
State: closed - Opened by enkiller over 1 year ago
#390 - 纯 python 版本实现,申请加入开源案例
Issue -
State: closed - Opened by enkiller over 1 year ago
- 2 comments
#389 - Add skcp(libev) to README
Pull Request -
State: closed - Opened by xboss over 1 year ago
- 1 comment
#388 - add: `kcp.py` to readme
Pull Request -
State: closed - Opened by RealistikDash almost 2 years ago
- 3 comments
#387 - 请问大神,之前在下面这个issue里讨论的丢包问题,什么时候能支持一下呢?
Issue -
State: open - Opened by firstimes almost 2 years ago
- 4 comments
#386 - > 没看懂,你要主动丢包么?
Issue -
State: closed - Opened by firstimes almost 2 years ago
#385 - 请问主动丢包有解决方案了么?
Issue -
State: closed - Opened by firstimes almost 2 years ago
- 4 comments
#384 - Add open project 'kcp-perl' to README
Pull Request -
State: closed - Opened by Homqyy almost 2 years ago
#383 - Kcp 相比于 srt 或者 quic 的优势是什么,弱网下回有更好的表现吗
Issue -
State: open - Opened by qiantaossx almost 2 years ago
- 2 comments
#382 - 关于 ikcp_update
Issue -
State: closed - Opened by stolen-programmer almost 2 years ago
- 1 comment
#381 - 一次性发送1000个1K的包,需要8-10秒左右
Issue -
State: open - Opened by NginxL almost 2 years ago
- 5 comments
#380 - improve CMakeLists.txt
Pull Request -
State: closed - Opened by myd7349 almost 2 years ago
- 2 comments
#379 - 客户端重连问题
Issue -
State: open - Opened by mippo520 almost 2 years ago
- 1 comment
#378 - 服务器一次性发送10-20个包(小包),客户端接受出现严重延迟(1-2秒)
Issue -
State: open - Opened by NginxL almost 2 years ago
- 7 comments
#377 - 1. 调整日志掩码的表示形式:10进制改为16进制 2. 增加打开所有日志的宏:IKCP_LOG_ALL
Pull Request -
State: closed - Opened by Homqyy about 2 years ago
- 1 comment
#376 - 同时生成动态库和静态库,安装的时候安装的是动态库
Pull Request -
State: closed - Opened by Homqyy about 2 years ago
#375 - 请问ikcp_setoutput回调问题
Issue -
State: open - Opened by one808 about 2 years ago
- 7 comments
#374 - 两端正常通信一段时间后,其中一端断开在 重新连接的情况,对端无法读取数据。
Issue -
State: open - Opened by suxubin about 2 years ago
- 4 comments
#373 - Bug:ikcp_send 发送大于发送窗口的数据包时,会return -2,但是部分数据已经被拼接进segment,最终被发送出去。
Issue -
State: closed - Opened by mingcent about 2 years ago
- 9 comments
#372 - 为什么不能将input和recv绑定,这样既可以节约cpu,还能跟着底层的udp的轮询周期
Issue -
State: open - Opened by MouseChannel about 2 years ago
#371 - ikcp_recv 一直返回 -2,一段时间后返回-3
Issue -
State: open - Opened by NginxL about 2 years ago
- 1 comment
#370 - Bug
Issue -
State: closed - Opened by kongyt511 about 2 years ago
- 1 comment
#369 - TCP丢包时会全部重传从丢的那个包开始以后的数据吗?
Issue -
State: open - Opened by lic721 about 2 years ago
- 3 comments
#368 - TCP的SACK
Issue -
State: closed - Opened by dxgzg over 2 years ago
- 2 comments
#367 - kcp能用writv和readv这种多缓冲区形式来通信吗
Issue -
State: open - Opened by RoadsUntravelled over 2 years ago
- 2 comments
#366 - 请教卫星通信场景/1500ms~3000ms kcp参数配置问题
Issue -
State: open - Opened by topelinux over 2 years ago
- 3 comments
#365 - kcp有没有keepalive保活功能
Issue -
State: closed - Opened by AngusLkc over 2 years ago
- 2 comments
#364 - Added RakNet+KCP to README
Pull Request -
State: closed - Opened by sh4k3n over 2 years ago
#363 - 提问:如果将网络上所有tcp替换为kcp,每个人感受到的延迟会变低么?
Issue -
State: open - Opened by ty359 over 2 years ago
- 1 comment
#362 - commit
Pull Request -
State: closed - Opened by FUXUDONG1999 over 2 years ago
- 1 comment
#361 - 原神也在使用kcp
Issue -
State: open - Opened by MUCZ over 2 years ago
- 1 comment
#360 - 关于KCP的初始慢启动阈值问题
Issue -
State: open - Opened by chenhongquan over 2 years ago
#359 - 关于cwnd的更新
Issue -
State: open - Opened by chenhongquan over 2 years ago
#358 - Which OSI layer should KCP belong when combined with DTLS?
Issue -
State: open - Opened by stevefan1999-personal over 2 years ago
- 1 comment
#357 - 安全丢包机制
Issue -
State: closed - Opened by Julyllll over 2 years ago
- 1 comment
#356 - ikcp_flush
Issue -
State: closed - Opened by lin-zi-jun over 2 years ago
#355 - 那种只有几kram的单片机,,,
Issue -
State: open - Opened by siamesefeifei over 2 years ago
#354 - What the meaning of 'KCP' name?
Issue -
State: open - Opened by vt-alt over 2 years ago
- 4 comments
#353 - 主动丢包怎么实现?大家有什么好的办法么?
Issue -
State: closed - Opened by symsimmy over 2 years ago
- 4 comments
#352 - Add asio-kcp to readme
Pull Request -
State: closed - Opened by sniper00 over 2 years ago
#351 - moon cat I will look for you all the time
Issue -
State: open - Opened by siamesefeifei over 2 years ago
- 4 comments
#350 - moon cat I will look for you all the time
Issue -
State: open - Opened by siamesefeifei over 2 years ago
- 2 comments
#349 - moon cat I will look for you all the time
Issue -
State: closed - Opened by siamesefeifei over 2 years ago
- 1 comment
#348 - 服务端,底层UDP有收到数据,但是ikcp_recv没有拿到数据
Issue -
State: open - Opened by klb91 over 2 years ago
- 3 comments
#347 - 请教output回调问题
Issue -
State: closed - Opened by iraymondking almost 3 years ago
#346 - ts_recent / ts_lastack 字段kcp内部没有地方在使用
Issue -
State: open - Opened by frimin almost 3 years ago
#345 - best settings for video streaming?
Issue -
State: open - Opened by niXman almost 3 years ago
#344 - is it possible that several KCP service packets can be combined into one datagram?
Issue -
State: open - Opened by niXman almost 3 years ago
- 1 comment
#343 - add rust bindings to README
Pull Request -
State: closed - Opened by b23r0 almost 3 years ago
#342 - 当包大小大于MTU时,开启流控,只发首包?
Issue -
State: closed - Opened by starcwl almost 3 years ago
- 1 comment
#341 - callback for ready-read incoming messages
Issue -
State: closed - Opened by niXman almost 3 years ago
- 1 comment
#340 - 请教下弱网环境避免缓存积累延迟的问题
Issue -
State: open - Opened by cloud136731 almost 3 years ago
- 2 comments
#339 - ikcp_parse_data
Issue -
State: open - Opened by gamehappy007 almost 3 years ago
#338 - kcp的序号回绕好像没处理
Issue -
State: open - Opened by guanweile almost 3 years ago
- 3 comments
#337 - segment->xmit Cannot access memory at address
Issue -
State: open - Opened by everett-moon almost 3 years ago
- 1 comment
#336 - 请教如何丢包的问题?
Issue -
State: open - Opened by sunzj almost 3 years ago
- 7 comments
#335 - 如何安全的清理KCP中未发送的数据
Issue -
State: open - Opened by sunzj almost 3 years ago
- 1 comment
#334 - opened this issue on 6 Dec 2021 · 5 comments
Issue -
State: closed - Opened by gancuinoodle almost 3 years ago
- 5 comments
#333 - 请教一个UDP的SO_REUSEPORT问题
Issue -
State: closed - Opened by yxhtx almost 3 years ago
- 5 comments
#332 - Add libhv to README.md
Pull Request -
State: open - Opened by ithewei almost 3 years ago