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
{{ message }}
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.
In order to get accurate latency data, we need to coordinate with Runtime to send timestamps accordingly so that we can subtract with our timestamp to display the latency in Dawn.
Receive TCP packet with header 5 from Runtime that includes a timestamp, and find the difference in time with our timestamp and theirs.
Store this difference and display it in Dawn somewhere, which is perhaps can be triggered with a button.
Send TCP packet with header 6 back to Runtime with our timestamp.
In order to get accurate latency data, we need to coordinate with Runtime to send timestamps accordingly so that we can subtract with our timestamp to display the latency in Dawn.
Linked to #715
The text was updated successfully, but these errors were encountered: