tcp_china icon indicating copy to clipboard operation
tcp_china copied to clipboard

TCP China congestion control algorithm

Results 5 tcp_china issues
Sort by recently updated
recently updated
newest added

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" ![图片](https://user-images.githubusercontent.com/43109504/69007753-d2799700-097c-11ea-9ea2-724487343aa0.png) I am sure the modules has been loaded: ![图片](https://user-images.githubusercontent.com/43109504/69007713-3f406180-097c-11ea-8699-8e468962f0fb.png) 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...