Reliable Transport Protocol cleared up code for Pearson student resources for the Kurose/Ross book.
Joachim M. Giæver a8db4ddf1f Init commit in new repo | hace 8 años | |
---|---|---|
.gitignore | hace 8 años | |
Makefile | hace 8 años | |
README.md | hace 8 años | |
prog2.c | hace 8 años | |
prog2.h | hace 8 años | |
rtp_abp.c | hace 8 años | |
rtp_gbn.c | hace 8 años |
The programming assignment of interest is “Implementing a Reliable Transport Protocol” (programming assignment 5) from Pearson student resources for the Kurose/Ross book.
This is a makeable project of the file, where the the student only need to implement rtp_abp.c (part a) and/or rtp_gbn.c (part b/extra credit).
This is just a cleared up code, to make life easier.