]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
better comment svn:NO TEST
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 17 Nov 2008 14:19:05 +0000 (14:19 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 17 Nov 2008 14:19:05 +0000 (14:19 +0000)
git-svn-id: file:///svn/unbound/trunk@1354 be551aaa-1e26-0410-a405-d3ace91eadb9

iterator/iter_delegpt.h

index e0714ce771db39c8ff4a01d820348c5c6e27d01c..f164a6fab407ebd4151045b1313b589c628bef9b 100644 (file)
@@ -87,7 +87,9 @@ struct delegpt_ns {
        size_t namelen;
        /** 
         * If the name has been resolved. false if not queried for yet.
-        * true if the address is known, or marked true if failed.
+        * true if the A, AAAA queries have been generated.
+        * marked true if those queries fail.
+        * and marked true is got4 and got6 are both true.
         */
        int resolved;
        /** if the ipv4 address is in the delegpt */