ctriant / microTCP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU General Public License v3.0


Languages

Language:C 90.9%Language:CMake 9.1%