Project

mini_tcp

Stack: Rust, TCP

GitHub: https://github.com/zen-zap/mini_tcp

mini_tcp is a minimal TCP implementation in Rust, designed to be a simple and educational example of how TCP works. It focuses on the core concepts of the TCP protocol, including connection establishment, data transfer, and connection termination.

See ya!