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