From: Wouter Wijngaards Date: Thu, 2 Aug 2007 09:13:32 +0000 (+0000) Subject: choice. X-Git-Tag: release-0.5~166 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f8f9f2f749bfce05d8b3f1bcc39b206c6edfcd8;p=thirdparty%2Funbound.git choice. git-svn-id: file:///svn/unbound/trunk@475 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/requirements.txt b/doc/requirements.txt index 612541c16..77ad48c97 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -79,3 +79,10 @@ o An authoritative name server. o Too many Features. +5. Choices +---------- +o rfc2181 decourages duplicates RRs in RRsets. unbound does not create + duplicates, but when presented with duplicates on the wire from the + authoritative servers, does not perform duplicate removal. + It does do some rrsig duplicate removal, in the msgparser, for dnssec qtype + rrsig and any, because of special rrsig processing in the msgparser.