From: Christian Grothoff Date: Wed, 18 Apr 2018 14:23:36 +0000 (+0200) Subject: note on missing feature: try all servers X-Git-Tag: v0.11.0pre66~94^2~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ca39c326da970a188dc72f22352d4d29784ff4e0;p=oweals%2Fgnunet.git note on missing feature: try all servers --- 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, return; case GNUNET_GNSRECORD_TYPE_GNS2DNS: { + /* TODO: Right now we only foward the request to ONE DNS resolver, + even if we get multiple IP addresses back; a correct implementation + should try all DNS resolvers. */ /* resolution continues within DNS */ struct Gns2DnsContext *g2dc; char *ip;