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
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 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.
The text was updated successfully, but these errors were encountered: