Home | History | Annotate | Download | only in c-ares

Lines Matching full:tries

684   /* We need to try each server channel->tries times. We have channel->nservers
685 * servers to try. In total, we need to do channel->nservers * channel->tries
688 while (++(query->try_count) < (channel->nservers * channel->tries))