Server sends ping message to estimate latency of network messages. This may be helpful to a server for certain estimations and predictions. Server assumes that client responds to the ping message as soon as possible.
struct s2c_ping_t {
char type; // MSG_S2C_PING
int timestamp; // Unix timestamp in seconds when the message was sent by a server
};