]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Fix documentation of ldns_resolver_set_retry
authorWillem Toorop <willem@nlnetlabs.nl>
Mon, 23 Sep 2013 09:05:50 +0000 (11:05 +0200)
committerWillem Toorop <willem@nlnetlabs.nl>
Mon, 23 Sep 2013 09:05:50 +0000 (11:05 +0200)
Changelog
ldns/resolver.h

index 34add1693d7d5d5c2d4238b1e6f3afa2b04dca89..549020512388cfe088034e7ce56b1ee62bcb82b8 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -44,6 +44,7 @@
        * The version of shared library now has similar scheme as libunbound.
          ldns 1.7.0 will have shared library version (SONAME) 2.0.0
        * bugfix #521: drill trace continue on empty non-terminals with NSEC3
+       * bugfix #525: Fix documentation of ldns_resolver_set_retry
 
 1.6.16 2012-11-13
        * Fix Makefile to build pyldns with BSD make
index b0e174e9fd35835674841d07b54eec53db1bf9b0..26d4f480b5fca8babbbde1f8243e59f4e9f94f3f 100644 (file)
@@ -481,9 +481,10 @@ void ldns_resolver_set_retrans(ldns_resolver *r, uint8_t re);
 void ldns_resolver_set_fallback(ldns_resolver *r, bool fallback);
 
 /**
- * Set the resolver retry interval (in seconds)
+ * Set the number of times a resolver should retry a nameserver before the
+ * next one is tried.
  * \param[in] r the resolver
- * \param[in] re the retry interval
+ * \param[in] re the number of retries
  */
 void ldns_resolver_set_retry(ldns_resolver *r, uint8_t re);