This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.25-258-g25e39b4


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  25e39b4229fb365a605dc4c8f5d6426a77bc08a6 (commit)
      from  ef0e5f2f5c967a4a37b93e28eef6716c4dcda85d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=25e39b4229fb365a605dc4c8f5d6426a77bc08a6

commit 25e39b4229fb365a605dc4c8f5d6426a77bc08a6
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Mon May 1 16:18:31 2017 +0000

    Add TCP_FASTOPEN_CONNECT from Linux 4.11 to netinet/tcp.h.
    
    This patch adds the TCP_FASTOPEN_CONNECT macro from Linux 4.11 to
    sysdeps/gnu/netinet/tcp.h.
    
    Tested for x86-64.
    
    	* sysdeps/gnu/netinet/tcp.h (TCP_FASTOPEN_CONNECT): New macro.

diff --git a/ChangeLog b/ChangeLog
index 9bcc4a7..ffeb532 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2017-05-01  Joseph Myers  <joseph@codesourcery.com>
 
+	* sysdeps/gnu/netinet/tcp.h (TCP_FASTOPEN_CONNECT): New macro.
+
 	* sysdeps/unix/sysv/linux/bits/socket.h (PF_SMC): New macro.
 	(PF_MAX): Set to 44.
 	(AF_SMC): New macro.
diff --git a/sysdeps/gnu/netinet/tcp.h b/sysdeps/gnu/netinet/tcp.h
index 241bdc7..af94b8e 100644
--- a/sysdeps/gnu/netinet/tcp.h
+++ b/sysdeps/gnu/netinet/tcp.h
@@ -70,6 +70,7 @@
 #define TCP_SAVED_SYN		 28 /* Get SYN headers recorded for
 				       connection.  */
 #define TCP_REPAIR_WINDOW	 29 /* Get/set window parameters.  */
+#define TCP_FASTOPEN_CONNECT	 30 /* Attempt FastOpen with connect.  */
 
 #ifdef __USE_MISC
 # include <sys/types.h>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                 |    2 ++
 sysdeps/gnu/netinet/tcp.h |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]