Client responds to S2C::PING message with C2S::PING as soon as it receives the message.
struct c2s_ping_t {
char type; // MSG_C2S_PING
int server_timestamp; // Timestamp sent by a server in S2C::PING message
int client_timestamp; // Timestamp sent by a client at the moment of response
};