# minnow **Repository Path**: rolfma/minnow ## Basic Information - **Project Name**: minnow - **Description**: 复制一下,以供自用,就这样 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-04-23 - **Last Updated**: 2023-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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`