gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] 53/90: -DOC: Documentation cleanup pass through UTIL DNSSTUB li


From: gnunet
Subject: [gnunet] 53/90: -DOC: Documentation cleanup pass through UTIL DNSSTUB library
Date: Tue, 18 Oct 2022 03:06:52 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

commit faaa236b9f3c8870e8ab2764efbe91f73064dbe7
Author: Willow Liquorice <willow@howhill.com>
AuthorDate: Wed Sep 7 21:19:30 2022 +0100

    -DOC: Documentation cleanup pass through UTIL DNSSTUB library
---
 src/include/gnunet_dnsstub_lib.h | 2 +-
 src/util/dnsstub.c               | 7 -------
 2 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/src/include/gnunet_dnsstub_lib.h b/src/include/gnunet_dnsstub_lib.h
index 1310ce55a..4cc5e7fd0 100644
--- a/src/include/gnunet_dnsstub_lib.h
+++ b/src/include/gnunet_dnsstub_lib.h
@@ -89,7 +89,7 @@ GNUNET_DNSSTUB_add_dns_sa (struct GNUNET_DNSSTUB_Context *ctx,
  * Only effective for requests issued after this call.
  *
  * @param ctx resolver context to modify
- * @param retry_frequ how long to wait between retries
+ * @param retry_freq how long to wait between retries
  */
 void
 GNUNET_DNSSTUB_set_retry (struct GNUNET_DNSSTUB_Context *ctx,
diff --git a/src/util/dnsstub.c b/src/util/dnsstub.c
index 38f0eb004..9763f6501 100644
--- a/src/util/dnsstub.c
+++ b/src/util/dnsstub.c
@@ -687,13 +687,6 @@ GNUNET_DNSSTUB_add_dns_sa (struct GNUNET_DNSSTUB_Context 
*ctx,
 }
 
 
-/**
- * How long should we try requests before timing out?
- * Only effective for requests issued after this call.
- *
- * @param ctx resolver context to modify
- * @param retry_freq how long to wait between retries
- */
 void
 GNUNET_DNSSTUB_set_retry (struct GNUNET_DNSSTUB_Context *ctx,
                           struct GNUNET_TIME_Relative retry_freq)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]