Skip to content

Implemention of a TCP-like reliable data transfer protocol at the application layer, built atop UDP

Notifications You must be signed in to change notification settings

bkonold/cs118-tcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cs118-tcp

Implemention of a TCP-like reliable data transfer protocol at the application layer, built atop UDP

ack number - +ve -> ack - -1 -> not an ack - -2 -> last packet of data

sequence number

  • always starts from 0

About

Implemention of a TCP-like reliable data transfer protocol at the application layer, built atop UDP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published