about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--include/netinet/tcp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/netinet/tcp.h b/include/netinet/tcp.h
index 2eac793e..c7a86480 100644
--- a/include/netinet/tcp.h
+++ b/include/netinet/tcp.h
@@ -76,6 +76,7 @@ enum {
 	TCP_NLA_BYTES_RETRANS,
 	TCP_NLA_DSACK_DUPS,
 	TCP_NLA_REORD_SEEN,
+	TCP_NLA_SRTT,
 };
 
 #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE)