Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A DPlatformCommon.c671 static int CLOSEDcount = 0; in mDNSPosixReadTCP() local
677 CLOSEDcount = 0; in mDNSPosixReadTCP()
683 if ((++CLOSEDcount % 20) == 0) in mDNSPosixReadTCP()
685 … LogMsg("ERROR: mDNSPosixReadFromSocket - recv %d got CLOSED %d times", fd, CLOSEDcount); in mDNSPosixReadTCP()
686 assert(CLOSEDcount < 1000); in mDNSPosixReadTCP()