Tag: #congestion-control
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 3 posts
Seeing TCP Congestion Control — CUBIC, BBRv3, and a gVisor Netstack Running in Your Browser
On July 28, 2026, "Simulating TCP loss and congestion in browser using Go/WASM" went up on Hacker News. It builds two entire copies of the gVisor netstack to WebAssembly, runs them in browser workers, and puts a bottlene
2026-07-31 · 16 min read #network#tcp#congestion-control#bbr#wasmTCP Network Stack Deep Dive — State Machine, Congestion Control (Cubic vs BBR), Nagle, Delayed ACK, and the Evolution to QUIC (2025)
A TCP connection traverses 11 states from open to close. Why does TIMEWAIT linger for 30 seconds? Why does Nagle meeting Delayed ACK produce a 40ms stall? Why does BBR beat Cubic, and why did Google abandon TCP for QUIC?
2026-04-15 · 9 min read #tcp#networking#congestion-control#bbr#cubicTCP/IP & Network Programming Deep Dive 2025: Sockets, HTTP/3, QUIC, DNS, TLS 1.3
Network programming deep dive! TCP 3-way/4-way handshake, congestion control (Cubic/BBR), socket programming (epoll/kqueue/iouring), HTTP/1.1 vs HTTP/2 vs HTTP/3 (QUIC), DNS resolution, TLS 1.3 handshake, network debuggi
2026-04-14 · 20 min read #tcp-ip#networking#socket#http3#quic