Loading src/posix/udp.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // mode, only Linux -- where this path is actually exercised and trusted -- // gets the real sendmmsg/recvmmsg path; every other platform, FreeBSD // included, uses the sendto/recvfrom fallback below. #if !defined(__linux__) && !defined(__FreeBSD__) #if !defined(__linux__) #define NETPLUS_NO_MMSG 1 #endif Loading Loading
src/posix/udp.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // mode, only Linux -- where this path is actually exercised and trusted -- // gets the real sendmmsg/recvmmsg path; every other platform, FreeBSD // included, uses the sendto/recvfrom fallback below. #if !defined(__linux__) && !defined(__FreeBSD__) #if !defined(__linux__) #define NETPLUS_NO_MMSG 1 #endif Loading