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 | há 8 anos atrás | |
---|---|---|
.gitignore | há 8 anos atrás | |
Makefile | há 8 anos atrás | |
README.md | há 8 anos atrás | |
prog2.c | há 8 anos atrás | |
prog2.h | há 8 anos atrás | |
rtp_abp.c | há 8 anos atrás | |
rtp_gbn.c | há 8 anos atrás |
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.