sankaradithyan13 / CustomTCP

Implemented a stripped-down version of TCP called cTCP which runs at the user level and developed selective repeat sliding window protocol at both sender and receiver ends. Handled lost, out-of-order, corrupted, ACK, EOF and FIN segments at both ends and used delayed ACKs to perform flow control. Developed Google’s congestion control protocol BBR on top of the cTCP implementation and improved link utilization.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sankaradithyan13/CustomTCP Stargazers