Re: tinydns/dnscache Response to EDNS0
Matthew Dempsky <[email protected]> Thu, 6 May 2010 08:51:44 -0700
| Newsgroups | gmane.network.djbdns |
|---|---|
| Message-ID | <[email protected]> |
On Thu, May 6, 2010 at 2:57 AM, Sabahattin Gucukoglu <[email protected]> wrote: > What do tinydns and dnscache do when EDNS0 probe messages or queries are sent to it? They ignore the EDNS0 payload, and answer as though it's a regular DNS query. > Will the "No more than one question" rule in these servers cause silent drops and delays, or some real DNS error required by the EDNS0 spec? EDNS uses an additional records section entry, not another question. tinydns and dnscache only care about questions when parsing query packets.