Huahuan Zheng

Results 35 comments of Huahuan Zheng

0322在服务器(linux64)和本地(darwin)之间开了一个连接,挂了一晚上没出现0321的CPU100%情况

@xtaci 从昨晚到现在一切正常,没出现CPU满载的情况

检查一下你的客户端 `-r 远程服务器IP:服务器端口`是否正确

我的Windows客户端用着是没问题的,你用的是ipv6连接吗?如果是ipv6地址要用[]框起来 `-r [my v6IP]:port`

I think kcptun doesn't support adjusting configuration "without restarting KCPTUN". BTW, it's not reasonable to support that feature, cause kcptun requires configurations of the server and client match each other....

建议你检查一下ss客户端的端口是否和kcptun客户端匹配

> 启动的参数是 > > ```shell > client_linux_amd64 --localaddr :9016 --remoteaddr {MyServerIP}:9116 --key {MyKey}--crypt aes-128 --mode fast3 --mtu 1350 --sndwnd 512 --rcvwnd 512 --datashard 30 --parityshard 15 --dscp 46 --nocomp true...

mtu 1350我觉得合适了,考虑升级一下client?