/tit-netloader

Implement the net stack of chromium simply with coroutine.

Primary LanguageC++

net loader

This is a project for learn, cause I plan to implement net stack of chromium.

The project use cocoyaxi as coroutine lib.

build

git clone https://github.com/hc-tec/tit-netloader --recursive
cd tit-netloader

cd third_party
sudo sh install.sh
cd ..

mkdir build && cd build
cmake ..
make

run test

cd bin
./core