Reliable Transport Protocol cleared up code for Pearson student resources for the Kurose/Ross book.
|
|
před 9 roky | |
|---|---|---|
| .gitignore | před 9 roky | |
| Makefile | před 9 roky | |
| README.md | před 9 roky | |
| prog2.c | před 9 roky | |
| prog2.h | před 9 roky | |
| rtp_abp.c | před 9 roky | |
| rtp_gbn.c | před 9 roky |
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.