recvmmsg() = great idea
recvmmsg() = great idea
Posted May 28, 2009 16:06 UTC (Thu) by tstover (guest, #56283)Parent article: In brief
I do several things with datagrams both with unix domain sockets and UDP. In those cases the programs are always working with recvmsg() directly anyway [as opposed to possibly read()], and would be quick to gain from this idea.