Y
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
rofrol
604 days ago
how so?
link
jacobgorm
603 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.
link