test for async.

git-svn-id: file:///svn/unbound/trunk@896 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards
2008-01-25 09:53:04 +00:00
parent 2e28288b1d
commit 7bfaf07981
3 changed files with 6 additions and 0 deletions
+4
View File
@@ -1,3 +1,7 @@
25 January 2008: Wouter
- added tpkg for asynclook and library use.
- allows localhost to be queried when as a library.
24 January 2008: Wouter
- tested the cancel() function.
- asynclook -c (cancel) feature.
BIN
View File
Binary file not shown.
+2
View File
@@ -132,6 +132,8 @@ config_create()
cfg->local_zones = NULL;
cfg->local_zones_nodefault = NULL;
cfg->local_data = NULL;
cfg->donotquery_localhost = 0; /* allow, so that you can ask a
forward nameserver running on localhost */
if(!(cfg->module_conf = strdup("validator iterator"))) goto error_exit;
if(!(cfg->val_nsec3_key_iterations =
strdup("1024 150 2048 500 4096 2500"))) goto error_exit;