kcptun
kcptun copied to clipboard
shadowsocks华为安卓10使用kcptun插件报错libss-local exits too fast (exit code : 255) ,不适用插件没问题
问问题前先搜索ISSUE,并搞清楚下面的问题:
- 检查
-key xxx至少三遍, 保证两边一致。 - 保证
-nocomp, -datashard, -parityshard, -key, -crypt, -smuxver两边一致。 - 是否在服务器端,正确设定了转发的目标服务器地址 --target。
- 是否在客户端,正确的连接到了 client的监听端口。
- 如果第3条不确定,尝试在服务器上telnet target port试试。
- 防火墙是否关闭了UDP通信,或者设置了UDP的最大发包速率?
- 两端的版本是否一致?
- 是不是最新版本?
- 两端分别是什么操作系统?
- 两端的输出日志是什么?
Before firing issue, make sure you figured out the following common questions.
PLEASE DO SEARCH FIRST.
- Check your
-key xxxfor at least 3 times, MAKE SURE both sides share the same secret. -nocomp, -datashard, -parityshard, -key, -crypt, -smuxvermust be the same on both side.- Did you correctly set the -target on the server side?
- Did you correctly connected to the listening port on client side?
- MAKE SURE
telnet target porton your server successful(don't ask me why couldn't). - Does your firewall allows UDP communications? (including your ISP Cable-Modem)
- Are you using the same version for both client & server
- Are you using the latest release?
- Which OS do you use?
- Which end for this issue related to, client or server?
走错了,去kcptun安卓的项目问吧
Just FYI: I tested this version and it fixes the issue on my Mi 9 Android Q device.
居然要单独安装kcptun到1.0才行????
我也遇到类似的问题,更新ss的kcptun安卓插件到最新版就行了