Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.h130 mstime_t pong_received; /* Unix time we received the pong */ member
191 uint32_t pong_received; member
H A Dcluster.c229 if (atoi(argv[5])) n->pong_received = mstime(); in clusterLoadConfig()
709 node->ping_sent = node->pong_received = 0; in createClusterNode()
1389 mstime_t pongtime = ntohl(g->pong_received); in clusterProcessGossipSection()
1397 pongtime > node->pong_received) in clusterProcessGossipSection()
1399 node->pong_received = pongtime; in clusterProcessGossipSection()
1865 link->node->pong_received = mstime(); in clusterProcessPacket()
2340 gossip->pong_received = htonl(n->pong_received/1000); in clusterSetGossipEntry()
3451 if (min_pong_node == NULL || min_pong > this->pong_received) { in clusterCron()
3453 min_pong = this->pong_received; in clusterCron()
3520 (now - node->pong_received) > server.cluster_node_timeout/2) in clusterCron()
[all …]