Skip to content

Socket Timestamping Support #415

Open
@recatek

Description

@recatek

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions