mirror of https://github.com/getdnsapi/getdns.git
Merge pull request #284 from Hrish1/patch-1
Some mispelled words corrected
This commit is contained in:
commit
8dd37006c7
|
@ -13,10 +13,10 @@ Recursive Resolver Cache
|
||||||
Caching is arguably an important feature for most recursive resolvers.
|
Caching is arguably an important feature for most recursive resolvers.
|
||||||
In this case we are not intending a replacement for the fully
|
In this case we are not intending a replacement for the fully
|
||||||
functional recursive resolvers already available (BIND, Unbound, etc.)
|
functional recursive resolvers already available (BIND, Unbound, etc.)
|
||||||
so we shoudl limit a cache implementation to behaviors important to
|
so we should limit a cache implementation to behaviors important to
|
||||||
proper operation of a recursive resolver.
|
proper operation of a recursive resolver.
|
||||||
|
|
||||||
DNSSEC validation can potentially triggers more queries than a simple
|
DNSSEC validation can potentially trigger more queries than a simple
|
||||||
request for a A RR so I think it makes sense to cache root and TLD
|
request for a A RR so I think it makes sense to cache root and TLD
|
||||||
data. Once we have gone that far it isn't much of a reach to cache
|
data. Once we have gone that far it isn't much of a reach to cache
|
||||||
at each layer in the hierarchy (depth will not increase the coding
|
at each layer in the hierarchy (depth will not increase the coding
|
||||||
|
|
Loading…
Reference in New Issue