TCP Exponential Backoff: Why Your Retries are Doubling
TCP prevents network meltdowns by doubling its wait time (Exponential Backoff) every time a packet fails to acknowledge. Instead of spamming a congested link, I look at how the protocol calculates a d
doogal.dev5 min read