High Performance Browser Networking
WIP
Chapter 2 Building Blocks of TCP TCP is what provides the abstraction of a reliable network running over an unreliable channel.
TCP abstracts important parts of network such as retransmission of lost data, congestion control, data integrity, and in-order delivery
Chapter 3 Building Blocks of UDP Ref. https://hpbn.co/