Reliable Transport Protocol cleared up code for Pearson student resources for the Kurose/Ross book.
|
|
9 năm trước cách đây | |
|---|---|---|
| .gitignore | 9 năm trước cách đây | |
| Makefile | 9 năm trước cách đây | |
| README.md | 9 năm trước cách đây | |
| prog2.c | 9 năm trước cách đây | |
| prog2.h | 9 năm trước cách đây | |
| rtp_abp.c | 9 năm trước cách đây | |
| rtp_gbn.c | 9 năm trước cách đây |
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.