Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.c2353 int gossipcount = 0; /* Number of gossip sections added so far. */ in clusterSendPing() local
2414 while(freshnodes > 0 && gossipcount < wanted && maxiterations--) { in clusterSendPing()
2438 if (clusterNodeIsInGossipSection(hdr,gossipcount,this)) continue; in clusterSendPing()
2441 clusterSetGossipEntry(hdr,gossipcount,this); in clusterSendPing()
2443 gossipcount++; in clusterSendPing()
2457 clusterSetGossipEntry(hdr,gossipcount,node); in clusterSendPing()
2459 gossipcount++; in clusterSendPing()
2471 totlen += (sizeof(clusterMsgDataGossip)*gossipcount); in clusterSendPing()
2472 hdr->count = htons(gossipcount); in clusterSendPing()