tcp_china
tcp_china copied to clipboard
TCP China congestion control algorithm
update tcp_china_rtt_calc signature, fix the make failure
hi @madeye , i am trying to install this module, but i am getting the following error: "no rule to make target modules stop" i am using debian 10 buster...
我对编译陌生些,如何在ubuntu 19.10 最新核心下编译? ~/tcp_china-master# make make -C /lib/modules/5.4.8-050408-lowlatency/build M=/root/tcp_china-master modules make[1]: Entering directory '/usr/src/linux-headers-5.4.8-050408-lowlatency' CC [M] /root/tcp_china-master/tcp_china.o /root/tcp_china-master/tcp_china.c:254:16: error: initialization of ‘void (*)(struct sock *, const struct ack_sample *)’ from...
Hello: I get "No such file or directory" while setting "net.ipv4.tcp_available_congestion_control". net.ipv4.tcp_congestion_control = "china"  I am sure the modules has been loaded:  then I run `sysctl net.ipv4.tcp_available_congestion_control` and...
i met some matter like this: ```bash root@debian:/home/ha# make make -C /lib/modules/`uname -r`/build M=`pwd` modules make[1]: Entering directory '/usr/src/linux-headers-4.10.2-041002-lowlatency' CC [M] /home/ha/tcp_china.o /home/ha/tcp_china.c:249:2: warning: initialization from incompatible pointer type .pkts_acked...