glasgow-ipl / verbose_reno

Linux TCP Reno modified with additional logging, to support the NOSSDAV 2022 paper in glasgow-ipl/newcwv-nossdav2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Linux TCP Reno modified with additional logging, to support the NOSSDAV 2022 paper in glasgow-ipl/newcwv-nossdav2022

License:GNU General Public License v2.0


Languages

Language:C 83.1%Language:Makefile 13.7%Language:Shell 3.2%