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

Socket Timestamping Support #415

Open
recatek opened this issue Mar 21, 2023 · 1 comment · May be fixed by #504
Open

Socket Timestamping Support #415

recatek opened this issue Mar 21, 2023 · 1 comment · May be fixed by #504

Comments

@recatek
Copy link

recatek commented Mar 21, 2023

Windows and Linux both provide methods for retrieving the timestamp at which a packet was received by the system, which is pretty handy for anything involving clock synchronization or RTT calculation.

Windows documentation: https://learn.microsoft.com/en-us/windows/win32/winsock/winsock-timestamping
Linux documentation: https://docs.kernel.org/networking/timestamping.html

It would be great if socket2 could implement support for gathering this data from its sockets, especially UDP sockets.

@Thomasdezeeuw
Copy link
Collaborator

Prs would be welcome.

@tglane tglane linked a pull request Apr 15, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants