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 | %!s(int64=8) %!d(string=hai) anos | |
---|---|---|
.gitignore | %!s(int64=8) %!d(string=hai) anos | |
Makefile | %!s(int64=8) %!d(string=hai) anos | |
README.md | %!s(int64=8) %!d(string=hai) anos | |
prog2.c | %!s(int64=8) %!d(string=hai) anos | |
prog2.h | %!s(int64=8) %!d(string=hai) anos | |
rtp_abp.c | %!s(int64=8) %!d(string=hai) anos | |
rtp_gbn.c | %!s(int64=8) %!d(string=hai) anos |
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.