Browse Source

TODO

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac408@3799 e5f2f494-b856-4b98-b285-d166d9295462
Michal Vaner 14 years ago
parent
commit
c70735a22b
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/lib/nsas/TODO

+ 4 - 0
src/lib/nsas/TODO

@@ -5,6 +5,10 @@ Long term:
   knows when it changes (it updates its structures), it is the best place. It
   will be caching even data like authority and additional sections. It will
   notify us somehow (we will need to tell it when).
+
+  The changes we need to know about is when set of nameservers or set of
+  addresses for a nameserver change and when a NS record or nameserver's A or
+  AAAA record is explicitly removed from the cache.
 * Optimisation to pass max two outstanding queries on the network (but fetch
   everything from cache right away). The first can be done by having number of
   packets on the network, with max of 4 (each query are 2 of them, A and AAAA),