fredflys / tcp_cpp

Implementing TCP with C++: A Learning Journey with CS144

Home Page:https://github.com/CS144/minnow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stanford CS 144 Networking Lab

These labs are open to the public under the (friendly) request that to preserve their value as a teaching tool, solutions not be posted publicly by anybody.

Website: https://cs144.stanford.edu

To set up the build system: cmake -S . -B build

To compile: cmake --build build

To run tests: cmake --build build --target test

To run speed benchmarks: cmake --build build --target speed

To run clang-tidy (which suggests improvements): cmake --build build --target tidy

To format code: cmake --build build --target format

About

Implementing TCP with C++: A Learning Journey with CS144

https://github.com/CS144/minnow


Languages

Language:C++ 93.8%Language:CMake 5.4%Language:Python 0.6%Language:Shell 0.2%