Hacker News new | ask | show | jobs
by jacobgorm 608 days ago
On platforms like macOS that don’t have UDP packet pacing you more or less have to.
1 comments

how so?
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.