mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-25 00:59:37 -05:00
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
This commit is contained in:
parent
0fe0251c8d
commit
caaad8b810
1 changed files with 2 additions and 4 deletions
6
doc/TODO
6
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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue