phase~1 min de lecturaActualizado 2026-06-30#phase#tcp
Esta nota todavía no está traducida, así que se muestra la fuente en inglés.

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.