Home
last modified time | relevance | path

Searched refs:NORR_TTL (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/unbound/util/data/
H A Dmsgparse.h97 #define NORR_TTL 5 /* seconds */ macro
H A Dmsgreply.c506 rep->ttl = NORR_TTL; in parse_copy_decompress()
/freebsd/contrib/unbound/iterator/
H A Diterator.c313 if(qstate->prefetch_leeway > NORR_TTL) { in error_response_cache()
317 NORR_TTL, qstate->query_flags)) in error_response_cache()
338 rep->serve_expired_norec_ttl = NORR_TTL + in error_response_cache()
364 err.ttl = NORR_TTL; in error_response_cache()
366 err.serve_expired_ttl = NORR_TTL; in error_response_cache()
H A Diter_utils.c1170 time_t ttl = NORR_TTL; in iter_store_parentside_neg()
/freebsd/contrib/unbound/validator/
H A Dvalidator.c2469 rep->serve_expired_norec_ttl = NORR_TTL + in processFinished()
/freebsd/contrib/unbound/doc/
H A DChangelog9758 Queries that failed are cached for 5 seconds (NORR_TTL).