Click any tag below to further narrow down your results
Links
This article explores Cloudflare's attempts to enhance the Linux networking stack, particularly through their soft-unicast method for sharing IP addresses. It details the technical hurdles faced with socket binding and NAT, and how the team developed innovative solutions like using TCP Fast Open to streamline connection management.
This article provides a detailed exploration of TCP, the protocol that ensures reliable data transmission over the internet. It covers TCP's key features like flow control, congestion management, and reliability mechanisms, alongside practical code examples for creating TCP and simple HTTP servers.