Home
last modified time | relevance | path

Searched refs:pongtime (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dcluster.c1389 mstime_t pongtime = ntohl(g->pong_received); in clusterProcessGossipSection() local
1390 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()