This repository is created and based on the 5.4 tcp.c hooks Based on TCP Reno (https://github.com/torvalds/linux/blob/v5.4/net/ipv4/tcp.c). This version of TCP Reno logs to the kern.log whenver IN_ACK_EVENT or congestion window (CWND) related event occurs.
It is a version of TCP New Reno that outputs to kern.log whnever a congestion window (CWND) event occurs or IN_ACK_EVENT is fired.