socket.7: Note SCM message types for SO_TIMESTAMP and SO_TIMESTAMPNS

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-04-06 10:04:16 +02:00
parent 3e472692a6
commit dd6b076aa6
1 changed files with 10 additions and 2 deletions

View File

@ -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"