Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.h277 #define CLUSTERMSG_MIN_LEN (sizeof(clusterMsg)-sizeof(union clusterMsgData)) macro
H A Dcluster.c2163 ntohl(hdr->totlen) < CLUSTERMSG_MIN_LEN) in clusterReadHandler()