implement sendmmsg and recvmmsg
these are not pure syscall wrappers because they have to work around kernel API bugs on 64-bit archs. the workarounds could probably be made somewhat more efficient, but at the cost of more complexity. this may be revisited later.
Showing
src/network/recvmmsg.c
0 → 100644
src/network/sendmmsg.c
0 → 100644
想要评论请 注册 或 登录