Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SO_TIMESTAMPNS is undocumented #15

Closed
alejandro-colomar opened this issue Apr 2, 2020 · 1 comment
Closed

SO_TIMESTAMPNS is undocumented #15

alejandro-colomar opened this issue Apr 2, 2020 · 1 comment

Comments

@alejandro-colomar
Copy link
Contributor

alejandro-colomar commented Apr 2, 2020

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 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:

.\" SO_TIMESTAMPNS (2.6.22)
:)

@alejandro-colomar alejandro-colomar changed the title SO_TIMESTAMPNS undocumented SO_TIMESTAMPNS is undocumented Apr 2, 2020
@alejandro-colomar
Copy link
Contributor Author

Fixed in a47d370

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant