Home | History | Annotate | Download | only in dist

Lines Matching refs:fresh_xfr_timeout

537 	xzone->fresh_xfr_timeout
1100 if(zone->fresh_xfr_timeout == 0)
1101 zone->fresh_xfr_timeout = XFRD_TRANSFER_TIMEOUT_START;
1105 zone->fresh_xfr_timeout *= 2;
1106 if(zone->fresh_xfr_timeout > XFRD_TRANSFER_TIMEOUT_MAX)
1107 zone->fresh_xfr_timeout = XFRD_TRANSFER_TIMEOUT_MAX;
1110 mult = zone->fresh_xfr_timeout / XFRD_TRANSFER_TIMEOUT_START;
1119 within_retry_bounds(zone, zone->fresh_xfr_timeout
1120 + random_generate(zone->fresh_xfr_timeout)));
1548 zone->fresh_xfr_timeout = 0;
2728 zone->fresh_xfr_timeout = XFRD_TRANSFER_TIMEOUT_START;