ce426f
commit c6fe55cf6089fc5cf1cea15fc7e1c9a8b90d9fda
ce426f
Author: Andreas Jaeger <aj@suse.de>
ce426f
Date:   Fri Jan 11 11:53:13 2013 +0100
ce426f
ce426f
    Add MSG_FASTOPEN
ce426f
    
ce426f
    	[BZ #15003]
ce426f
    	* sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
ce426f
    	value. Sync with Linux 3.7.
ce426f
ce426f
diff --git a/sysdeps/unix/sysv/linux/bits/socket.h b/sysdeps/unix/sysv/linux/bits/socket.h
ce426f
index 25b115e..eadd7d9 100644
ce426f
--- a/sysdeps/unix/sysv/linux/bits/socket.h
ce426f
+++ b/sysdeps/unix/sysv/linux/bits/socket.h
ce426f
@@ -207,6 +207,8 @@ enum
ce426f
 #define	MSG_MORE	MSG_MORE
ce426f
     MSG_WAITFORONE	= 0x10000, /* Wait for at least one packet to return.*/
ce426f
 #define MSG_WAITFORONE	MSG_WAITFORONE
ce426f
+    MSG_FASTOPEN	= 0x20000000, /* Send data in TCP SYN.  */
ce426f
+#define MSG_FASTOPEN	MSG_FASTOPEN
ce426f
 
ce426f
     MSG_CMSG_CLOEXEC	= 0x40000000	/* Set close_on_exit for file
ce426f
 					   descriptor received through