[go: up one dir, main page]

Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Glidezz/minnow

Repository files navigation

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

main 属于cs144 Winter 2024课程代码
old_version 属于cs144课程的2023年的代码(???记不清了())

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages