<?phpprint_info_box_apply(gettext("The configuration of the DNS Resolver, has been changed").".<br />".gettext("You must apply the changes in order for them to take effect."));?><br/>
<?=gettext("Message cache elements are prefetched before they expire to help keep the cache up to date. When enabled, this option can cause an increase of around 10% more DNS traffic and load on the server, but frequently requested items will not expire from the cache.");?></p>
<?=sprintf(gettext("DNSKEY's are fetched earlier in the validation process when a %sDelegation signer%s is encountered. This helps lower the latency of requests but does utilize a little more CPU."),"<a href='http://en.wikipedia.org/wiki/List_of_DNS_record_types'>","</a>");?></p>
<?=gettext("Message cache elements are prefetched before they expire to help keep the cache up to date. When enabled, this option can cause an increase of around 10% more DNS traffic and load on the server, but frequently requested items will not expire from the cache.");?>
<?=sprintf(gettext("DNSKEY's are fetched earlier in the validation process when a %sDelegation signer%s is encountered. This helps lower the latency of requests but does utilize a little more CPU."),"<a href='http://en.wikipedia.org/wiki/List_of_DNS_record_types'>","</a>");?>
<?=gettext("DNSSEC data is required for trust-anchored zones. If such data is absent, the zone becomes bogus. If this is disabled and no DNSSEC data is received, then the zone is made insecure.");?></p>
<?=gettext("DNSSEC data is required for trust-anchored zones. If such data is absent, the zone becomes bogus. If this is disabled and no DNSSEC data is received, then the zone is made insecure.");?>
<?=gettext("Size of the message cache. The message cache stores DNS rcodes and validation statuses. The RRSet cache will automatically be set to twice this amount. The RRSet cache contains the actual RR data. The default is 4 megabytes.");?>
<?=gettext("The number of outgoing TCP buffers to allocate per thread. The default value is 10. If 0 is selected then no TCP queries, to authoritative servers, are done.");?>
<?=gettext("The number of incoming TCP buffers to allocate per thread. The default value is 10. If 0 is selected then no TCP queries, from clients, are accepted.");?>
<?=gettext("Number of bytes size to advertise as the EDNS reassembly buffer size. This is the value that is used in UDP datagrams sent to peers. RFC recommendation is 4096 (which is the default). If you have fragmentation reassemble problems, usually seen as timeouts, then a value of 1480 should help. The 512 value bypasses most MTU path problems, but it can generate an excessive amount of TCP fallback.");?>
</p>
</div>
</td>
</tr>
<tr>
<tdwidth="22%"valign="top"class="vncell"><?=gettext("Number of queries per thread");?></td>
<tdwidth="78%"class="vtable">
<p>
<td><aid="help_for_num_queries_per_thread"href="#"class="showhelp"><iclass="fa fa-info-circle"></i></a><?=gettext("Number of queries per thread");?></td>
<?=gettext("The number of queries that every thread will service simultaneously. If more queries arrive that need to be serviced, and no queries can be jostled, then these queries are dropped.");?>
<?=gettext("This timeout is used for when the server is very busy. This protects against denial of service by slow queries or high query rates. The default value is 200 milliseconds.");?>
</p>
</div>
</td>
</tr>
<tr>
<tdwidth="22%"valign="top"class="vncell"><?=gettext("Maximum TTL for RRsets and messages");?></td>
<td><aid="help_for_cache_max_ttl"href="#"class="showhelp"><iclass="fa fa-info-circle"></i></a><?=gettext("Maximum TTL for RRsets and messages");?></td>
<?=gettext("Configure a maximum Time to live for RRsets and messages in the cache. The default is 86400 seconds (1 day). When the internal TTL expires the cache item is expired. This can be configured to force the resolver to query for data more often and not trust (very large) TTL values.");?>
</p>
</div>
</td>
</tr>
<tr>
<tdwidth="22%"valign="top"class="vncell"><?=gettext("Minimum TTL for RRsets and messages");?></td>
<td><aid="help_for_cache_min_ttl"href="#"class="showhelp"><iclass="fa fa-info-circle"></i></a><?=gettext("Minimum TTL for RRsets and messages");?></td>
<?=gettext("Configure a minimum Time to live for RRsets and messages in the cache. The default is 0 seconds. If the minimum value kicks in, the data is cached for longer than the domain owner intended, and thus less queries are made to look up the data. The 0 value ensures the data in the cache is as the domain owner intended. High values can lead to trouble as the data in the cache might not match up with the actual data anymore.");?>
</p>
</div>
</td>
</tr>
<tr>
<tdwidth="22%"valign="top"class="vncell"><?=gettext("TTL for Host cache entries");?></td>
<tdwidth="78%"class="vtable">
<p>
<td><aid="help_for_infra_host_ttl"href="#"class="showhelp"><iclass="fa fa-info-circle"></i></a><?=gettext("TTL for Host cache entries");?></td>
<?=gettext("Time to live for entries in the host cache. The host cache contains roundtrip timing and EDNS support information. The default is 15 minutes.");?>
</p>
</td>
</tr>
<tr>
<tdwidth="22%"valign="top"class="vncell"><?=gettext("TTL for lame delegation");?></td>
<?=gettext("If enabled, a total number of unwanted replies is kept track of in every thread. When it reaches the threshold, a defensive action is taken and a warning is printed to the log file. This defensive action is to clear the RRSet and message caches, hopefully flushing away any poison. The default is disabled, but if enabled a value of 10 million is suggested.");?>