bhzhu203

Results 62 comments of bhzhu203

Yes, there is still the hanging issue. But I have gotten the more detail output by setting "export RUST_BACKTRACE=full" ``` [2024-02-27T02:17:05Z INFO piping_server] Piping Server (Rust) 0.17.1-SNAPSHOT [2024-02-27T02:17:05Z INFO piping_server]...

> seaf-fuse.log 1. NO seaf-fuse.log has no special log output. seaf-fuse have no debug log output option 2. But I can get/download the correct data from seahub There are someones...

``` root@seafile:~# umount ~/tmp ; rm -vf /seafile/logs/seaf-fuse.log ################################################################################### #Using the offical seafile-server 9.0.9 seaf-fuse ,showing there is 43 files/users root@seafile:~# /opt/seafile-server-latest/seaf-fuse.sh start /root/tmp Starting seaf-fuse, please wait ... seaf-fuse...

seaf-fuse is working wrong when mounting a lots of users / directories / files , some of them disapear

> This may be related to use SQLite as database. Can you try to upgrade your server to version 10 and then migrate to MySQL database? Ok I will try...

cat /etc/peervpn port 4555 networkname abcddd psk abcddd enabletunneling yes interface peervpn0 ifconfig4 10.8.0.5/24 initpeers 127.0.0.1 8234 其它配置类似

后来发现是KCP里面的参数和协议问题,详见 :https://github.com/skywind3000/kcp/issues/105

5。开了fec模式之后 最初连接的时候特别慢,有时还卡住了。是不是 fec模式有特征码被拦住了?

唉,测试了一个晚上,发现GFW无所不能了。以前一有突发2000ms的延迟,有--encrypt 和无--encrypt模式一切换马上就好了,能用一整天。dog-tunnel 的TCP和UDP模式无论怎么切换如果有超过20kb的流量都会增加几千秒延迟,直至随机不能使用。 -xor参数即使能让dog-tunnel顺利连接,但是这种巨大的延迟是无法忽略的。 好像UDP包被阻塞了,然后服务器端一直发送(本地只收到很少的包),几乎跑满服务器端带宽。TCP包虽然无法跑满服务器带宽,但依然有很大的延迟。 KCPTUN也是一样的状况,或者更惨。这种ping服务器不丢包的,开着 fec模式 也是没有多大帮助的吧。。。

网游党伤不起啊,只是拿它来连接国外的游戏服务器加速。 UDP包被阻塞的时候,服务器端的流量明显升高,延迟随着增大,客户端无多大变化 难道是说dog-tunnel已经做得够好了是么,有什么方法可以降低KCP的流量(什么参数,nodelay=0?)