Blame SOURCES/glibc-rh1387874.patch

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