note on missing feature: try all servers
authorChristian Grothoff <christian@grothoff.org>
Wed, 18 Apr 2018 14:23:36 +0000 (16:23 +0200)
committerChristian Grothoff <christian@grothoff.org>
Wed, 18 Apr 2018 14:25:41 +0000 (16:25 +0200)
src/gns/gnunet-service-gns_resolver.c

index d0edb82e55bb886064261084eca66fd5e81fdaa8..94819b040aab0d31c6b0f6eecf6c7eb2d6732815 100644 (file)
@@ -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;