mirror of
https://github.com/boostorg/asio.git
synced 2026-01-30 07:22:09 +00:00
When we can determine at compile time that the user has supplied a single buffer, use recvfrom/sendto rather than recvmsg/sendmsg, as the former system calls can be faster.