Commit 2c19a22c authored by jan.koester's avatar jan.koester
Browse files

test

parent eee6e11a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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