Re: [Zinq-general] Caching SERVFAIL?
Matthew Dempsky <[email protected]>
| Newsgroups | gmane.network.djbdns |
|---|---|
| Message-ID | <[email protected]> |
On Mon, May 11, 2009 at 5:39 PM, Mark Johnson <[email protected]> wrote: > (separate from the cache, which is just query / type ) Currently the cache key is always type + name, but the cache just needs distinct key spaces. E.g., you could use safely use AXFR + addr + name or something as a key, since currently query.c never uses a cache key starting with with \0\374. My DNSCurve patch right now uses AXFR + pubkey as the cache key for caching DH shared secrets.