Browse Source

[trac493] update TODO file

Ocean Wang 14 years ago
parent
commit
c5ce94c579
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/lib/cache/TODO

+ 4 - 0
src/lib/cache/TODO

@@ -11,4 +11,8 @@
   to expire.
   to expire.
 * When the rrset beging updated is an NS rrset, NSAS should be updated
 * When the rrset beging updated is an NS rrset, NSAS should be updated
   together.
   together.
+* Share the NXDOMAIN info between different type queries. current implementation
+  can only cache for the type that user quired, for example, if user query A 
+  record of a.example. and the server replied with NXDOMAIN, this should be
+  cached for all the types queries of a.example.