aboutsummaryrefslogtreecommitdiffstats
path: root/man7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-04-06 10:04:16 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-04-06 10:07:04 +0200
commitdd6b076aa69b64d62a78d93e655b23d946f0f1b2 (patch)
treeae1fce536c0c7279dd2d6da39ff4b7da6d3f1596 /man7
parent3e472692a66dd4f06d019a9f23afce9f4746cdc6 (diff)
downloadman-pages-dd6b076aa69b64d62a78d93e655b23d946f0f1b2.tar.gz
socket.7: Note SCM message types for SO_TIMESTAMP and SO_TIMESTAMPNS
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7')
-rw-r--r--man7/socket.712
1 files changed, 10 insertions, 2 deletions
diff --git a/man7/socket.7 b/man7/socket.7
index 87a4c2364d..77fa8631e5 100644
--- a/man7/socket.7
+++ b/man7/socket.7
@@ -931,7 +931,11 @@ Enable or disable the receiving of the
control message.
The timestamp control message is sent with level
.B SOL_SOCKET
-and the
+and a
+.I cmsg_type
+of
+.BR SCM_TIMESTAMP .
+The
.I cmsg_data
field is a
.I "struct timeval"
@@ -948,7 +952,11 @@ Enable or disable the receiving of the
control message.
The timestamp control message is sent with level
.B SOL_SOCKET
-and the
+and a
+.I cmsg_type
+of
+.BR SCM_TIMESTAMPNS .
+The
.I cmsg_data
field is a
.I "struct timespec"