From 25e39b4229fb365a605dc4c8f5d6426a77bc08a6 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Mon, 1 May 2017 16:18:31 +0000 Subject: [PATCH] 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. --- ChangeLog | 2 ++ sysdeps/gnu/netinet/tcp.h | 1 + 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9bcc4a77e0..ffeb532c1a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2017-05-01 Joseph Myers + * 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 241bdc70db..af94b8e82c 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