A lightweight TCP implementation using UDP transport layer.
This is the class project for CS-335a (www.csd.uoc.gr/~hy335a/) for the Fall 2017 semester.
To build this project cmake
is needed.
mkdir build
cd build
cmake ..
make
A lightweight TCP implementation using UDP transport layer.
This is the class project for CS-335a (www.csd.uoc.gr/~hy335a/) for the Fall 2017 semester.
To build this project cmake
is needed.
mkdir build
cd build
cmake ..
make