• R
    implement sendmmsg and recvmmsg · acb7e049
    Rich Felker 提交于
    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.
    acb7e049
socket.h 8.5 KB