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 пре 7 година
.gitignore b8f10a9310 Initial commit пре 7 година
Makefile a8db4ddf1f Init commit in new repo пре 7 година
README.md a8db4ddf1f Init commit in new repo пре 7 година
prog2.c a8db4ddf1f Init commit in new repo пре 7 година
prog2.h a8db4ddf1f Init commit in new repo пре 7 година
rtp_abp.c a8db4ddf1f Init commit in new repo пре 7 година
rtp_gbn.c a8db4ddf1f Init commit in new repo пре 7 година

README.md

RTP: Reliable Transport Protocol

The programming assignment of interest is “Implementing a Reliable Transport Protocol” (programming assignment 5) from Pearson student resources for the Kurose/Ross book.

About

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).

What?

This is just a cleared up code, to make life easier.