]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
tests for udp wait list.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 14 Apr 2008 08:51:09 +0000 (08:51 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 14 Apr 2008 08:51:09 +0000 (08:51 +0000)
git-svn-id: file:///svn/unbound/trunk@1034 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
doc/TODO
testdata/fwd_oneport.tpkg [new file with mode: 0644]
testdata/fwd_three_service.tpkg
testdata/fwd_udptmout.tpkg [new file with mode: 0644]
testdata/fwd_waitudp.tpkg [new file with mode: 0644]

index d8bf8ac26cc516de9e529221bf67694c34ff4de1..2c333fa8635974fe0ec01230819d21394f7eedea 100644 (file)
@@ -1,5 +1,6 @@
 14 April 2008: Wouter
        - got update for parseunbound.pl statistics script from Kai Storbeck.
+       - tpkg tests for udp wait list.
 
 11 April 2008: Wouter
        - random port selection out of the configged ports.
index 4f2709b37f4815ba357e4ff71f991708bdcbeaf1..36c656a2908da1083f331a4ba090e91c9fad1c42 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -39,3 +39,10 @@ o SIG(0) and TSIG.
 o support OPT record placement on recv anywhere in the additional section. 
 o add local-file: config with authority features.
 o (option) to make local-data answers be secure for libunbound (default=no)
+o (option) to make chroot: copy all needed files into jail (or make jail)
+       perhaps also print reminder to link /dev/random and sysloghack.
+o (option) for extended statistics. If enabled (not by default) collect print
+       rcode, uptime, spoofnearmisses, cache size, qtype, 
+       bits(RD, CD, DO, EDNS-present, AD)query, (Secure, Bogus)reply.
+o overhaul outside-network servicedquery to merge with udpwait and tcpwait,
+  to make timers in servicedquery independent of udpwait queues.
diff --git a/testdata/fwd_oneport.tpkg b/testdata/fwd_oneport.tpkg
new file mode 100644 (file)
index 0000000..29981b2
Binary files /dev/null and b/testdata/fwd_oneport.tpkg differ
index f09ee99d173b596d9403b2a12a5583a13227742c..d7e21b3eba1a5a6923211b3474151c897f199f26 100644 (file)
Binary files a/testdata/fwd_three_service.tpkg and b/testdata/fwd_three_service.tpkg differ
diff --git a/testdata/fwd_udptmout.tpkg b/testdata/fwd_udptmout.tpkg
new file mode 100644 (file)
index 0000000..197758d
Binary files /dev/null and b/testdata/fwd_udptmout.tpkg differ
diff --git a/testdata/fwd_waitudp.tpkg b/testdata/fwd_waitudp.tpkg
new file mode 100644 (file)
index 0000000..4478606
Binary files /dev/null and b/testdata/fwd_waitudp.tpkg differ