Searched refs:pongtime (Results 1 – 1 of 1) sorted by relevance
1389 mstime_t pongtime = ntohl(g->pong_received); in clusterProcessGossipSection() local1390 pongtime *= 1000; /* Convert back to milliseconds. */ in clusterProcessGossipSection()1396 if (pongtime <= (server.mstime+500) && in clusterProcessGossipSection()1397 pongtime > node->pong_received) in clusterProcessGossipSection()1399 node->pong_received = pongtime; in clusterProcessGossipSection()