aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-04-18 16:23:36 +0200
committerChristian Grothoff <christian@grothoff.org>2018-04-18 16:25:41 +0200
commitca39c326da970a188dc72f22352d4d29784ff4e0 (patch)
tree214e29498566f89a18f9f4f349d6ae1d768979c0
parent1008db2d5e9338adb08229167a4882e0a4b73f30 (diff)
downloadgnunet-ca39c326da970a188dc72f22352d4d29784ff4e0.tar.gz
gnunet-ca39c326da970a188dc72f22352d4d29784ff4e0.zip
note on missing feature: try all servers
-rw-r--r--src/gns/gnunet-service-gns_resolver.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gns/gnunet-service-gns_resolver.c b/src/gns/gnunet-service-gns_resolver.c
index d0edb82e5..94819b040 100644
--- a/src/gns/gnunet-service-gns_resolver.c
+++ b/src/gns/gnunet-service-gns_resolver.c
@@ -1940,6 +1940,9 @@ handle_gns_resolution_result (void *cls,
1940 return; 1940 return;
1941 case GNUNET_GNSRECORD_TYPE_GNS2DNS: 1941 case GNUNET_GNSRECORD_TYPE_GNS2DNS:
1942 { 1942 {
1943 /* TODO: Right now we only foward the request to ONE DNS resolver,
1944 even if we get multiple IP addresses back; a correct implementation
1945 should try all DNS resolvers. */
1943 /* resolution continues within DNS */ 1946 /* resolution continues within DNS */
1944 struct Gns2DnsContext *g2dc; 1947 struct Gns2DnsContext *g2dc;
1945 char *ip; 1948 char *ip;