Home | History | Annotate | Download | only in libevent

Lines Matching refs:tx_count

178 	int tx_count;  /* the number of times that this packet has been sent */
605 if (req->tx_count == 0 && req->ns == ns) {
722 req->tx_count = 0;
2163 if (req->tx_count >= req->base->global_max_retransmits) {
2165 log(EVDNS_LOG_DEBUG, "Giving up on request %p; tx_count==%d",
2166 arg, req->tx_count);
2172 log(EVDNS_LOG_DEBUG, "Retransmitting request %p; tx_count==%d",
2173 arg, req->tx_count);
2260 req->tx_count++;
2410 req->tx_count = req->reissue_count = 0;
2755 req->tx_count = 0;