helintongh

Results 23 comments of helintongh

Turn off ipv6 support on your computer. In centos 7,you can sysctl -w net.ipv6.conf.all.disable_ipv6=1 sysctl -w net.ipv6.conf.default.disable_ipv6=1 in ubuntu, you can: sysctl -w net.ipv6.conf.all.disable_ipv6=1 sysctl -w net.ipv6.conf.default.disable_ipv6=1 sysctl -w net.ipv6.conf.lo.disable_ipv6...

gcc version is higher than or equal to 7.Will not report an error. Execute the following instruction(in centos7): yum install centos-release-scl -y yum install devtoolset-7 -y scl enable devtoolset-7 bash...

这个代码没有实现http chunked功能,所以没法下载该文件。

You are talking about cross compiling.There will be a document describing how to cross-compile the corresponding binary through arm-gcc or mips-gcc.

Now supports cross-compiling xfrpc for mips architecture or arm architecture on x86. See pr https://github.com/liudf0716/xfrpc/pull/36 . Execute the following command in ubuntu 22.04: ```shell sudo apt-get install gcc-mips-linux-gnu # install...

I will test and fix it on weekend. If it's easy to reproduce, it shouldn't be too hard to change

Now we add a debug version of xfrpc with asan that can detect memory errors in [pr](https://github.com/liudf0716/xfrpc/pull/40). Can you compile xfrpc in the following command and paste the error message...

> system "Debian GNU/Linux 11 (bullseye)" , x86_64 > > ``` > sudo apt-get install libjson-c-dev libevent-dev libssl-dev > git clone https://github.com/liudf0716/xfrpc.git xfrpc > cd xfrp > mkdir builder >...

你是希望提供一个systemd的配置吗?然后探活并重启xfrpc

下个月才有mac的主机,晚点弄。