mirror of
https://sourceware.org/git/glibc.git
synced 2026-01-06 11:51:29 +03:00
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.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user