sys/socket.h: add MSG_ZEROCOPY from linux v4.14
authorSzabolcs Nagy <nsz@port70.net>
Sun, 26 Nov 2017 22:53:48 +0000 (22:53 +0000)
committerRich Felker <dalias@aerifal.cx>
Thu, 22 Feb 2018 23:45:24 +0000 (18:45 -0500)
commit986bc21713b1c9b38d37356033c02aec188333bf
tree2fbea27ea79de23c6bbe8e353bdb4c5e4b1ecd15
parent404097a4ef4e5e776d6f7bf16e319e69e880469c
sys/socket.h: add MSG_ZEROCOPY from linux v4.14

MSG_ZEROCOPY socket send flag avoids copy in the kernel
new in linux commit 52267790ef52d7513879238ca9fac22c1733e0e3
SO_ZEROCOPY socket option enables MSG_ZEROCOPY if availale
new in linux commit 76851d1212c11365362525e1e2c0a18c97478e6b
include/sys/socket.h