Skip to content

dmorneau/TCP-Simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Implementation of go-back-N and stop-and-wait ARQ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published