]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add MSG_FASTOPEN
authorAndreas Jaeger <aj@suse.de>
Fri, 11 Jan 2013 10:53:13 +0000 (11:53 +0100)
committerAndreas Jaeger <aj@suse.de>
Fri, 11 Jan 2013 10:53:13 +0000 (11:53 +0100)
[BZ #15003]
* sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
value. Sync with Linux 3.7.

ChangeLog
sysdeps/unix/sysv/linux/bits/socket.h

index c45a4885bdc223275cc11ab953253d5d723b5468..8bf57729073fe45c59e1ce144ca61e910944771b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-01-11  Andreas Jaeger  <aj@suse.de>
+
+       [BZ #15003]
+       * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
+       value. Sync with Linux 3.7.
+
 2013-01-10  David S. Miller  <davem@davemloft.net>
 
        * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
index 25b115e50f9cd8568103583b6695d56222851636..eadd7d9326957395f4b77386ac2a945d03ad0238 100644 (file)
@@ -207,6 +207,8 @@ enum
 #define        MSG_MORE        MSG_MORE
     MSG_WAITFORONE     = 0x10000, /* Wait for at least one packet to return.*/
 #define MSG_WAITFORONE MSG_WAITFORONE
+    MSG_FASTOPEN       = 0x20000000, /* Send data in TCP SYN.  */
+#define MSG_FASTOPEN   MSG_FASTOPEN
 
     MSG_CMSG_CLOEXEC   = 0x40000000    /* Set close_on_exit for file
                                           descriptor received through