Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 324 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 324 Bytes

Transport layer simulation

This program simulates transmitting data via TCP through a network with a given rate of packet loss. I implemented two algorithms for ARQ, sw.c (Stop-and-wait), and gbn.c (Go-back-N). The latter includes a custom implementation of a circular queue for storing packets.