-
下面代码中,在慢启动条件下(cwndsnd_una, prev_una) > 0) {
if (kcp->cwnd < kcp->rmt_wnd) {
// 本地窗口大小小于远程窗口
IUINT32 mss = kcp->mss;
if (kcp->cwnd < kcp->ssthresh) { // 慢启动
kcp->cwnd++;
kcp->i…
-
我们打算开发游戏项目,KCP可以大幅降低数据包延迟,不知道是否有可能集成进来。
https://github.com/KumoKyaku/KCP
另外之前在一篇文章中还看到过KCP+TCP双信道模式,当UDP不可达时自动fallback到TCP,进一步保障网络稳定性
-
### TL;DR
Implement a global ingress spanning several physical clusters than can be used with KCP workloads spread amonf several SyncTargets
### Progress tracking #
EPIC detailed issues and o…
-
C++ KCP implementation used little-endian while encoding but this version used big-endian encoding when serializing packets.
I know it's not an issue but it's good to post it somewhere so everyone w…
-
after command: npm install node-kcp
import node-kcp by the way: const kcp = require('node-kcp');
there was an error Module not found: Error: Can't resolve './build/Release/kcp'
-
```
```
https 때문에 요렇게 처리하면 더 좋지 않을까 합니다.
감사하고 고생하세요..
-
When I run `:GoPkgOutline` with either of these two files open, I do not see any of the functions for the `controller` type.
https://github.com/kcp-dev/kcp/blob/main/pkg/reconciler/apis/apiexport/a…
-
We mainly focus on frame synchronization in online games and real-time battle scenarios which has high requirements for latency. After looking at the test data on the Internet, the performance of kcp …
-
**Describe the bug**
If you have a namespace in a workload cluster that was created by kcp/syncer before the most recently changes to use the label `internal.workloads.kcp.dev/cluster=$workloadCluste…
ncdc updated
8 months ago
-
kcp looks much better than enet, any research on that?
https://github.com/skywind3000/kcp/blob/master/README.en.md
cty41 updated
2 years ago