You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yesterday I had to timestamp messages received from a TCP socket. I found that there is SO_TIMESTAMP, but it uses struct timeval which AFAIK is obsolete.
Then I found in the web some pages that talk about SO_TIMESTAMPNS, but I couldn't find clear documentation about it, and there is absolutely nothing in the man pages.
So I had to try. I triedSO_TIEMSTAMPNS, and it does work, so I think it should be documented.
Yesterday I had to timestamp messages received from a TCP socket. I found that there is
SO_TIMESTAMP
, but it usesstruct timeval
which AFAIK is obsolete.Then I found in the web some pages that talk about
SO_TIMESTAMPNS
, but I couldn't find clear documentation about it, and there is absolutely nothing in theman
pages.So I had to try. I tried
SO_TIEMSTAMPNS
, and it does work, so I think it should be documented.EDIT: I've found there is a 4-years old FIXME:
man-pages/man7/socket.7
Line 29 in a48d191
The text was updated successfully, but these errors were encountered: