• S
    sys/socket.h: add MSG_ZEROCOPY from linux v4.14 · 986bc217
    Szabolcs Nagy 提交于
    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
    986bc217
socket.h 9.7 KB