Home | History | Annotate | Download | only in mDNSShared

Lines Matching defs:ntries

298 	int ntries = 0, retry = 0;
310 if (++ntries < 10)
318 else { Log("ConnectToServer - %d failed attempts. Aborting.", ntries); return NULL; }