aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-07 21:19:30 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 12:51:57 +0100
commitfaaa236b9f3c8870e8ab2764efbe91f73064dbe7 (patch)
treed257a79e90d43081f0dc02362cea6856ba51a1ac /src/util
parent182a45fc9a4d7f127034b9dc4adae999c4c7e4ad (diff)
downloadgnunet-faaa236b9f3c8870e8ab2764efbe91f73064dbe7.tar.gz
gnunet-faaa236b9f3c8870e8ab2764efbe91f73064dbe7.zip
-DOC: Documentation cleanup pass through UTIL DNSSTUB library
Diffstat (limited to 'src/util')
-rw-r--r--src/util/dnsstub.c7
1 files changed, 0 insertions, 7 deletions
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,
687} 687}
688 688
689 689
690/**
691 * How long should we try requests before timing out?
692 * Only effective for requests issued after this call.
693 *
694 * @param ctx resolver context to modify
695 * @param retry_freq how long to wait between retries
696 */
697void 690void
698GNUNET_DNSSTUB_set_retry (struct GNUNET_DNSSTUB_Context *ctx, 691GNUNET_DNSSTUB_set_retry (struct GNUNET_DNSSTUB_Context *ctx,
699 struct GNUNET_TIME_Relative retry_freq) 692 struct GNUNET_TIME_Relative retry_freq)