Hacker News new | ask | show | jobs
by jacobgorm 608 days ago
Sending all the packets in one call is likely to lead to router buffers filing up, causing packet drop. Linux lets you send everything in a single call with the kernel spacing out the actual sends.