From caaad8b810b65f07e047ca39a5fb055e8ef7430c Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Wed, 6 Feb 2008 15:00:59 +0000 Subject: [PATCH] TODO fixups. 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 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/TODO b/doc/TODO index ddd47c7df..ef5f0b3d8 100644 --- 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. -- 2.47.2