Searched refs:CLUSTER_PORT_INCR (Results 1 – 2 of 2) sorted by relevance
12 #define CLUSTER_PORT_INCR 10000 /* Cluster port = baseport + PORT_INCR */ macro
181 n->cport = busp ? atoi(busp) : n->port + CLUSTER_PORT_INCR; in clusterLoadConfig()479 if (server.port > (65535-CLUSTER_PORT_INCR)) { in clusterInit()488 if (listenToPort(server.port+CLUSTER_PORT_INCR, in clusterInit()511 myself->cport = server.port+CLUSTER_PORT_INCR; in clusterInit()2282 (server.port + CLUSTER_PORT_INCR); in clusterBuildMessageHdr()4241 cport = port + CLUSTER_PORT_INCR; in clusterCommand()