]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
TODO fixups.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 6 Feb 2008 15:00:59 +0000 (15:00 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 6 Feb 2008 15:00:59 +0000 (15:00 +0000)
Memory free is needed for HUP handling anyway.
interface separation already implemented.
better idea about nearmiss handling.

git-svn-id: file:///svn/unbound/trunk@927 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/TODO

index ddd47c7df4bfc95f158a14cb2640eea04afe7281..ef5f0b3d817f5913ed6b5dd56b32151c6a779d1f 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,5 +1,4 @@
 TODO items.
-o in production mode, do not free memory on exit. In debug mode, test leaks.
 o #define BIT_... different on bigendian and smallendian systems so that
   the htons on flags is not needed to send a message from the cache.
 o speed up pkt domain name decompression loop detection using counter perhaps.
@@ -20,8 +19,6 @@ o (option) to not send replies to clients after a timeout of (say 5 secs) has
 o private TTL feature
 o pretend-dnssec-unaware, and pretend-edns-unaware modes for debug/workshops.
 o delegpt use rbtree for ns-list, to avoid slowdown for very large NS sets.
-o be able to have different listen and query-to addresses to bind to,
-  so you can listen to localhost and query-to to the internet.
 o reprime and refresh oft used data before timeout.
 o retain prime results in a overlaid roothints file.
 o store primed key data in a overlaid keyhints file (sort of like drafttimers).
@@ -29,7 +26,8 @@ o windows version, auto update feature, a query to check for the version.
 o autoreport of problems
 o command the server with TSIG inband. get-config, clearcache, 
        get stats, get memstats, get ..., reload, clear one zone from cache
-o watch for spoof nearmisses.
+o watch for spoof nearmisses. Keep counter of nearmisses and print that
+  in the stats lines, operator can determine what level is a redalert.
 o improve compression of DNS packets by first puttig uncompressible rrs, then
   compress to their rdata.
 o NSID rfc 5001 support.