kcptun icon indicating copy to clipboard operation
kcptun copied to clipboard

A Quantum-Safe Secure Tunnel based on QPP, KCP, FEC, and N:M multiplexing.

Results 138 kcptun issues
Sort by recently updated
recently updated
newest added

- 版本:kcptun 20200226 - server: - Debian 9 ``` { "key": "88888888", "crypt": "salsa20", "mode": "fast2", "mtu": 1350, "sndwnd": 512, "rcvwnd": 2048, "datashard": 10, "parityshard": 3, "dscp": 0, "nocomp": false,...

/proc/cpuinfo里没有FPU,估计就是这个原因了。 以前就有人发过这个问题:#533 他在内核里开启了浮点模拟,还是不行。不过我估计即使浮点模拟能用,效率也很低下。

powerpc平台什么时候能支持!

目前越来越多的国际线路出现去程与回程线路情况天差地别的的情况,有的去程丢包极高,回程几乎不丢包,目前kcptun的单一静态配置在回程上极为浪费带宽,而去程上即使参数再激进也无法充分发挥目前大部分xPON上行大带宽的优势,能否实现上行100倍放大,下行仅仅1.2-2.0倍放大,显著提升带宽利用率?

如题:请问client侧,如何设置TCP监听(即对应的localaddr监听)的相关tcp参数,比如: tcp窗口(发送、接受)大小,缓冲区大小等。应为我发现做为 tun的client侧,应用能发送数据快了,数据全堵在 tun client这儿了,给应用层造成一个 数据流都已发送的假象。

具体截图如下,我已经尝试了很久,也搜索了很多信息,但都无法解决。非计算机专业,我也注意到有人也有这个问题(https://yrczone.com/blog/article/65)。 尝试了一键脚本和自行安装KCPTUN,都不能用。 ![Image of help01](https://raw.githubusercontent.com/dyingway/dyingway.github.io/master/%E6%8D%95%E8%8E%B7kcptun01.PNG) ![Image of help02](https://raw.githubusercontent.com/dyingway/dyingway.github.io/master/%E6%8D%95%E8%8E%B7kcptun02.PNG) 最后感谢大家的解答。希望得到大家的帮助。

solved

操作系统:XP 32位 1.5G内存 cpu:N3710 VM虚拟机装的 ![2019-10-31_02-12-18](https://user-images.githubusercontent.com/10203925/67886265-29f9c380-fb84-11e9-9ddc-3ad823d062da.png)

服务器端版本: **20190910** 客户端版本(openwrt): **20190109** 不知道是不是因为版本不一致的原因,一直连不上服务器,停顿在connection这里: root@XiaoQiang:~# kcptun -l ":64589" -r "192.243.xxx.xxx:29900" --key erik --crypt none --mode fast -nocomp --mtu 135 0 --datashard 10 --parityshard 3 --dscp 0 2019/09/22 04:56:27 version:...

kcp_client.exe -l "0.0.0.0:4444" -r "hidden:4000" --crypt none --mode manual --mtu 1378 --sndwnd 256 --rcvwnd 4096 --datashard 70 --parityshard 36 --dscp 46 --nocomp --quiet true --nodelay 0 --interval 40 --resend 0...

Hello, Is bonding (I mean, multiple links aggregation) a possibility with kcptun? On the title, it is written `N:M multiplexing`, but I don't see anywhere any reference to use several...