OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fresh_xfr_timeout
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/nsd/dist/
xfrd-disk.c
261
zone->
fresh_xfr_timeout
= backoff*XFRD_TRANSFER_TIMEOUT_START;
508
fprintf(out, "\tbackoff: %d\n", zone->
fresh_xfr_timeout
/XFRD_TRANSFER_TIMEOUT_START);
xfrd.h
190
int
fresh_xfr_timeout
;
member in struct:xfrd_zone
xfrd.c
537
xzone->
fresh_xfr_timeout
= XFRD_TRANSFER_TIMEOUT_START;
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
[
all
...]
Completed in 19 milliseconds
Indexes created Mon Aug 10 00:24:53 UTC 2026