phase~1 min readUpdated 2026-06-30#phase#tcp

Phase 01 · TCP from Scratch

The entry point: a simple TCP echo server, but understood all the way down — the three-way handshake as seen from code, TCP_NODELAY and Nagle's algorithm, socket send/recv buffers, backpressure, half-close, and what a timeout, a hung connection, or an RST actually look like in your code.