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使用UDP传输数据 但是现在电信运营商对UDP的限制很严重 我的应用流量经常达到100KB/S 用UDP传输,高峰期大概率被运营商限制,这个时候用KCP反而是降低质量了 我目前的做法是: 在客户端这里同时使用client和server 然后server和服务器通信 这样也能提升一些效果,但是这样延迟就高了一些 有没有其他提升网络质量的技术? 或者KCPTUN client和server通信的时候能使用TCP隧道吗?

客户端监听UDP端口 服务器转发到UDP端口 这个需求是想用KCPTUN转发wireguard的流量 比如这样 client_windows_amd64.exe -l 192.168.0.2:4000/UDP -r 1.2.3.4:10000 server_windows_amd64.exe -l 1.2.3.4:10000 -t 127.0.0.1:4000/UDP 希望能增加这个功能

问问题前先搜索ISSUE,并搞清楚下面的问题: 1. 检查 ```-key xxx``` 至少三遍, ***保证***两边一致。 2. 保证```-nocomp, -datashard, -parityshard, -key, -crypt, -smuxver```两边一致。 3. 是否在服务器端,正确设定了转发的目标服务器地址 ***--target***。 4. 是否在客户端,正确的连接到了 client的监听端口。 5. 如果第3条不确定,尝试在服务器上telnet target port试试。 6. 防火墙是否关闭了UDP通信,或者设置了UDP的最大发包速率? 7. 两端的版本是否一致? 8. 是不是最新版本?...

问问题前先搜索ISSUE,并搞清楚下面的问题: 1. 检查 ```-key xxx``` 至少三遍, ***保证***两边一致。 2. 保证```-nocomp, -datashard, -parityshard, -key, -crypt, -smuxver```两边一致。 3. 是否在服务器端,正确设定了转发的目标服务器地址 ***--target***。 4. 是否在客户端,正确的连接到了 client的监听端口。 5. 如果第3条不确定,尝试在服务器上telnet target port试试。 6. 防火墙是否关闭了UDP通信,或者设置了UDP的最大发包速率? 7. 两端的版本是否一致? 8. 是不是最新版本?...

As far as I know, KCP transmits data based on UDP. UDP can be used in one-way data transmission solutions (data diode). Can I try kcptun for data diode case?...

Bumps [github.com/xtaci/smux](https://github.com/xtaci/smux) from 1.5.24 to 2.0.1+incompatible. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/xtaci/smux&package-manager=go_modules&previous-version=1.5.24&new-version=2.0.1+incompatible)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies
go

Bumps [github.com/urfave/cli](https://github.com/urfave/cli) from 1.22.14 to 1.22.15. Release notes Sourced from github.com/urfave/cli's releases. v1.22.15 What's Changed Bump dependencies, tested go versions, and actions steps for v1 by @​meatballhat in urfave/cli#1886 Full...

dependencies
go

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.21.0 to 0.23.0. Commits 905d78a go.mod: update golang.org/x dependencies ebb717d ssh: validate key type in SSH_MSG_USERAUTH_PK_OK response 0da2a6a openpgp: fix function name in comment 5defcc1 sha3: fix...

dependencies
go

1/支持配置多后端地址; 2/均衡算法复用之前的;