summaryrefslogtreecommitdiff
path: root/include/sys
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2017-03-05 20:51:23 +0000
committerRich Felker <dalias@aerifal.cx>2017-11-05 18:39:25 -0500
commit5c596ed8673836109d5f63a9eaa35d1196b96882 (patch)
tree9b3d7b1f815f6eb8521652dffc3678f39328b22f /include/sys
parent6fc6ca1a323bc0b6b9e9cdc8fa72221ae18fe206 (diff)
downloadmusl-5c596ed8673836109d5f63a9eaa35d1196b96882.tar.gz
add SCM_TIMESTAMPING_OPT_STATS and related TCP_ enums from linux v4.10
for tcp timestamp control messages, new in linux commit 1c885808e45601b2b6f68b30ac1d999e10b6f606 and export time measurements via tcp_info, added in linux commit efd90174167530c67a54273fd5d8369c87f9bd32
Diffstat (limited to 'include/sys')
-rw-r--r--include/sys/socket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sys/socket.h b/include/sys/socket.h
index 8664779a..acb6ee0b 100644
--- a/include/sys/socket.h
+++ b/include/sys/socket.h
@@ -224,6 +224,7 @@ struct linger {
#define SO_ATTACH_REUSEPORT_CBPF 51
#define SO_ATTACH_REUSEPORT_EBPF 52
#define SO_CNX_ADVICE 53
+#define SCM_TIMESTAMPING_OPT_STATS 54
#ifndef SOL_SOCKET
#define SOL_SOCKET 1