From: Wouter Wijngaards Date: Tue, 31 Jul 2007 08:11:48 +0000 (+0000) Subject: todo, plan. X-Git-Tag: release-0.4^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc94a2e20243e251c93e09d1aa1a079e85b9fc58;p=thirdparty%2Funbound.git todo, plan. git-svn-id: file:///svn/unbound/trunk@466 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/Changelog b/doc/Changelog index 767f6a83d..82dd16b10 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +31 July 2007: Wouter + - updated plan + 30 July 2007: Wouter - changed random state init, so that sequential process IDs are not cancelled out by sequential thread-ids in the random number seed. diff --git a/doc/plan b/doc/plan index be32f3ffa..a65ae6181 100644 --- a/doc/plan +++ b/doc/plan @@ -147,6 +147,7 @@ Styleguide: * Logging first class feature with config options. * donotqueryaddresses with trie for blocking entire netblocks. * Memory overhaul, special allocators for hashtable caches, and mesh qstates. +* read root hints from file. *** Local zones feature. * Build in local zone features. First the total stop for1912. @@ -195,6 +196,7 @@ Styleguide: * support TSIG on queries, for validating resolver deployment. * Be able to prime roots using several queries (like, get only NS first). * Nicer statistics +* private TTL, dTLS features. treeshrew/ diff --git a/services/cache/infra.c b/services/cache/infra.c index feac56e53..043e72f9d 100644 --- a/services/cache/infra.c +++ b/services/cache/infra.c @@ -90,7 +90,6 @@ infra_create(struct config_file* cfg) { struct infra_cache* infra = (struct infra_cache*)calloc(1, sizeof(struct infra_cache)); - /* TODO: use config settings */ /* the size of the lameness tables are not counted */ size_t maxmem = cfg->infra_cache_numhosts * (sizeof(struct infra_host_key)+sizeof(struct infra_host_data)); diff --git a/util/net_help.h b/util/net_help.h index 9e543e484..7ee4460a6 100644 --- a/util/net_help.h +++ b/util/net_help.h @@ -57,9 +57,9 @@ /** get RCODE bits from uint16 flags */ #define FLAGS_GET_RCODE(f) ((f) & 0xf) -/** timeout in seconds for UDP queries to auth servers. TODO: proper rtt */ +/** timeout in seconds for UDP queries to auth servers. */ #define UDP_QUERY_TIMEOUT 4 -/** timeout in seconds for TCP queries to auth servers. TODO: proper rtt */ +/** timeout in seconds for TCP queries to auth servers. */ #define TCP_QUERY_TIMEOUT 30 /** Advertised version of EDNS capabilities */ #define EDNS_ADVERTISED_VERSION 0