mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Add MSG_ZEROCOPY from Linux 4.14 to bits/socket.h.
This patch adds the new MSG_ZEROCOPY constant from Linux 4.14 to the Linux bits/socket.h. Tested for x86_64. * sysdeps/unix/sysv/linux/bits/socket.h (MSG_ZEROCOPY): New enum constant and macro.
This commit is contained in:
@ -237,6 +237,8 @@ enum
|
||||
#define MSG_WAITFORONE MSG_WAITFORONE
|
||||
MSG_BATCH = 0x40000, /* sendmmsg: more messages coming. */
|
||||
#define MSG_BATCH MSG_BATCH
|
||||
MSG_ZEROCOPY = 0x4000000, /* Use user data in kernel path. */
|
||||
#define MSG_ZEROCOPY MSG_ZEROCOPY
|
||||
MSG_FASTOPEN = 0x20000000, /* Send data in TCP SYN. */
|
||||
#define MSG_FASTOPEN MSG_FASTOPEN
|
||||
|
||||
|
Reference in New Issue
Block a user