]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
todo, plan. release-0.4
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 31 Jul 2007 08:11:48 +0000 (08:11 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 31 Jul 2007 08:11:48 +0000 (08:11 +0000)
git-svn-id: file:///svn/unbound/trunk@466 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
doc/plan
services/cache/infra.c
util/net_help.h

index 767f6a83d5eb1b5e0ae9fc2c7927e666043ad425..82dd16b104e7d0a4569316f0103e044abc6c758b 100644 (file)
@@ -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.
index be32f3ffa772c3650c64c82d62c5f5e5fdefe1a0..a65ae61819f9a76a3a9c0ab4d8bd6b210cfde512 100644 (file)
--- 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/
index feac56e53108fd0f2ddc0a1be90df346dd773ef8..043e72f9d6a805e6900c930f4a9cbef452a6ed88 100644 (file)
@@ -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));
index 9e543e484573f9ab5667cccdd0f9bdb034844680..7ee4460a65487b034ee2cc175c60fa242cac3b02 100644 (file)
@@ -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