Implementation of the theoretical network protocol "RDT"
Due to socket.h incompatibility, these programs do not work in Windows OS
- gcc compiler
- C standard library
git clone https://github.com/Daedalus9/RDTProtocol
cd RDTProtocol/<RDT version>/
gcc sender.c -o sender
gcc receiver.c -o receiver
./receiver
In another bash:
./sender