-
-
-
如果server 端重新启动,使用udp协议的连接会出现客户端,第一次发起连接会中断现象。
而tcp不会。及时开启?keepalive,参数也一样。
pynne updated
2 years ago
-
你好,看了很久kcp代码,看到kcp的issue上,你实现了epoll+kcp,请问方便看看源码实现吗
-
if config.TCP {
conn, err := tcpraw.Dial("tcp", remoteAddr)
if err != nil {
return nil, errors.Wrap(err, "tcpraw.Dial()")
}
return kcp.NewConn(remoteAddr, block, config.DataShard, conf…
-
Hey Karl,
I have the following issue. When I provide a comma separated list as input for the tags ("FRET, DO" or "FRET,DO" without space) the command does not give me any position for any molecule.…
-
# Steps to set up environment
``
#!/bin/bash
echo "Removing pupy virtual env"
rm -rf /opt/environments/pupy/
echo "Building pupy virtual env"
virtualenv /opt/environments/pupy
echo "Activati…
-
I wrote some code for the test and it turned out that if the delay is less than 14ms in line 51, then the receiver receives a different number of bytes each time! i.e. it loses packets somewhere?
…
-
![PG-class-diagram](https://github.com/user-attachments/assets/03af7ebe-d58b-48f5-9a8b-d15d912f59d1)
- 다양한 PG사의 API를 추가할 수 있는가?
YES! : DPayment 클래스를 추가하면된다.
- 다양한 PG사의 RequestDTO를 공통화하고 변환할 수…
-
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.