]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
choice.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 2 Aug 2007 09:13:32 +0000 (09:13 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 2 Aug 2007 09:13:32 +0000 (09:13 +0000)
git-svn-id: file:///svn/unbound/trunk@475 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/requirements.txt

index 612541c1602f446bc66624c3d898e2fe08f72cf5..77ad48c97cdc6ab87a3882c36cf2a2e3ddc36801 100644 (file)
@@ -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.