HN Top New Show Ask Jobs

settings

Theme

Hand Mode

Feed

Comment by kccqzy

Comment by kccqzy 5 hours ago

0 replies

View on Hacker News

Why would every UDP packet involve one syscall when you can use sendmmsg(2) instead of sendmsg(2)? And similarly recvmmsg(2) instead of recvmsg(2).

EDIT: I found https://news.ycombinator.com/item?id=45387462 which is a way better discussion than what I wrote.