Network latency in applications is often attributed to user app logic, but sometimes the kernel plays a role. For instance, TCP configurations, such as enabling TCP_NODELAY, can improve network latency. This is because the kernel buffers data to send full-size TCP segments for efficiency, which may delay small data
Sort: