From 6a3e6781814d2630fb2cf239b9fe626c22769193 Mon Sep 17 00:00:00 2001 From: Willem de Bruijn Date: Mon, 16 Oct 2017 17:21:12 -0400 Subject: sys/linux: add MSG_ZEROCOPY --- sys/linux/socket_arm.const | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/linux/socket_arm.const') diff --git a/sys/linux/socket_arm.const b/sys/linux/socket_arm.const index e9d687db0..a16d70250 100644 --- a/sys/linux/socket_arm.const +++ b/sys/linux/socket_arm.const @@ -142,6 +142,7 @@ MSG_PROBE = 16 MSG_TRUNC = 32 MSG_WAITALL = 256 MSG_WAITFORONE = 65536 +MSG_ZEROCOPY = 67108864 SCTP_V4_FLOW = 3 SCTP_V6_FLOW = 7 SHUT_RD = 0 @@ -314,6 +315,7 @@ SO_TIMESTAMPING = 37 SO_TIMESTAMPNS = 35 SO_TYPE = 3 SO_WIFI_STATUS = 41 +SO_ZEROCOPY = 60 TCP_V4_FLOW = 1 TCP_V6_FLOW = 5 UDP_V4_FLOW = 2 -- cgit mrf-deployment