December 30, 2025
When EWOULDBLOCK Feels Like a Lie: Handling Non-Blocking Socket Latency in C
I never thought I would reach a point in my career where I had to write code specifically to “slow down” a computer until I started writing low-level network code in C. If you have spent time in the trenches of systems programming, you know the feeling. You build a robust system, but the moment […]