aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Harris <jgh@exim.org>2025-05-31 08:57:20 +0100
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2025-06-17 09:57:44 -0300
commit9f680bfe9b5c8657baf1fd0fb99e968d0b03e92e (patch)
treebc349c7d7dbcd7de2394230ea63ad9a6d7cf6beb
parent964cf50bef075f4cb7b625513407ca9d29faff3e (diff)
downloadglibc-9f680bfe9b5c8657baf1fd0fb99e968d0b03e92e.zip
glibc-9f680bfe9b5c8657baf1fd0fb99e968d0b03e92e.tar.gz
glibc-9f680bfe9b5c8657baf1fd0fb99e968d0b03e92e.tar.bz2
Add TCPI_OPT_USEC_TS from Linux 6.14 and TCPI_OPT_TFO_CHILD from 6.15 to netinet/tcp.h.
This patch adds the TCPI_OPT_USEC_TS constant from Linux 6.14 to sysdeps/gnu/netinet/tcp.h This patch adds the TCPI_OPT_TFO_CHILD constant from Linux 6.15 to sysdeps/gnu/netinet/tcp.h Signed-off-by: Jeremy Harris <jgh@exim.org> Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
-rw-r--r--sysdeps/gnu/netinet/tcp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/gnu/netinet/tcp.h b/sysdeps/gnu/netinet/tcp.h
index b2acbb4..7a3500b 100644
--- a/sysdeps/gnu/netinet/tcp.h
+++ b/sysdeps/gnu/netinet/tcp.h
@@ -212,6 +212,9 @@ enum
# define TCPI_OPT_ECN 8 /* ECN was negotiated at TCP session init */
# define TCPI_OPT_ECN_SEEN 16 /* we received at least one packet with ECT */
# define TCPI_OPT_SYN_DATA 32 /* SYN-ACK acked data in SYN sent or rcvd */
+# define TCPI_OPT_USEC_TS 64 /* usec timestamps */
+# define TCPI_OPT_TFO_CHILD 128 /* child from a Fast Open option on SYN */
+
/* Values for tcpi_state. */
enum tcp_ca_state