-
Read https://github.com/ossrs/srs/issues/770
Maybe use MPEGTS over KCP(UDP), because the size of TS packet is 188 bytes, which is very nice to transport over UDP packet.
-
I'm testing the models in the model library (`nlmixr2lib`) trying to convert them to different formats. I'm having trouble converting this one to monolix.
``` r
library(babelmixr2)
#> Loading req…
-
When completing the `replication_test.go` e2e cache test with replication scenarios of rbac resources (CR / CRB objects), the generation is not equal when comparing original and cached objects.
I a…
-
### CLIENT SIDE
$ cat /home/user/local-ss.json
```json
{
"smuxver": 2,
"localaddr": ":2000", // 修改此处, 此处接受连入,比如ss-local通过此端口连入ss-server
"remoteaddr": "IP.IP.IP.IP:33666-…
xtaci updated
1 month ago
-
### What would you like to be added (User Story)?
As an operator, I need as much as possible info about the status of my control plane machines
### Detailed Description
KCP implements checks for …
-
KCP是为流速设计的(单个数据包从一端发送到一端需要多少时间),以10%-20%带宽浪费的代价换取了比 TCP快30%-40%的传输速度。所以在网络欠佳时KCP有比TCP更好的表现。
目前KCP已经有不少语言的实现:
1、C:[kcp](https://github.com/skywind3000/kcp)
2、Java-netty:[kcp-netty](https://github.co…
-
**Is your feature request related to a problem? Please describe.**
Many "off the shelf" controllers and kubernetes client consumers assume that they receive a valid KUBECONFIG from the cluster's se…
-
### TL;DR
TMC should provides to controllers running in a physical cluster, through KCP, a consistent view of their environment, compatible with the standard Kubernetes behavior it expects.
### …
-
下面代码中,在慢启动条件下(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,进一步保障网络稳定性