Home
last modified time | relevance | path

Searched refs:MAX_REFERRAL_COUNT (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/unbound/iterator/
H A Diterator.h70 #define MAX_REFERRAL_COUNT 130 macro
H A Diterator.c2464 if(iq->referral_count > MAX_REFERRAL_COUNT) { in processQueryTargets()