]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
TODOs
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 10 May 2007 07:36:23 +0000 (07:36 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 10 May 2007 07:36:23 +0000 (07:36 +0000)
git-svn-id: file:///svn/unbound/trunk@305 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/TODO

index 40d013547ce66285d047493ccdcf0b1a440f7fd4..0ccddc440cdd29a465028bd305f00ab82b97539f 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -18,3 +18,6 @@ o use rbtree to compress domain names in messages, sorted AXFRs of 16Kb
 o speed up pkt domain name decompression loop detection using counter perhaps.
 o detect OS/400 pthreads implementation that allows upgrading to writelock
   on pthreads rwlocks and use it to examine-rd before storing-wr rrset cache.
+o understand synthesized DNAMEs, so those TTL=0 packets are cached properly.
+o understand NSEC/NSEC3, aggressive negative caching, so that updates to
+  NSEC/NSEC3 will result in proper negative responses.