diff options
Diffstat (limited to 'man7/socket.7')
| -rw-r--r-- | man7/socket.7 | 12 |
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" |
