/net

Me playing around with difference low level networking stuff.

Primary LanguageC++MIT LicenseMIT

net

Me playing around with difference low level networking stuff.

Build and run unit test

cd test
mkdir build && cd build
make -j && ./test

Build

mkdir build && cd build
make -j

Static analysis

Install CodeChecker following link

./run_static_analysis.sh