Ping
Internal ping calculation
Last updated
Was this helpful?
Internal ping calculation
Last updated
Was this helpful?
The client uses to generate an arbitrary timestamp, which it converts roughly into milliseconds by dividing it by 10,000.
An IPC message is sent by the client which includes the timestamp encoded as a 32-bit integer value.
An IPC message is sent back by the server with the same timestamp.
The client generates a new timestamp, divides it by 10,000, and then computes the difference between them to get the RTT for the connection.