Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 225 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 225 Bytes

microTCP

A lightweight TCP implementation using UDP transport layer.

This is the class project for CS-335a (www.csd.uoc.gr/~hy335a/) for the 2015-2016.

Build instructions

mkdir build
cd build
cmake ..
make