cs144 lab: complete a tcp protocol
These labs are open to the publi (friendly) request that to preserve their value as a teachi solutions not be posted publicly by anybody.
Website: https://cs144.stanford.
To set up the build system: cma build
To compile: `cmake --build build
To run tests: cmake --build bui test
To run speed benchmarks: cmake --target speed
To run clang-tidy (which suggest : `cmake --build build --target
To format code: cmake --build b format