gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 04/05: note on missing feature: try all servers


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 04/05: note on missing feature: try all servers
Date: Wed, 18 Apr 2018 16:59:40 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

commit ca39c326da970a188dc72f22352d4d29784ff4e0
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Apr 18 16:23:36 2018 +0200

    note on missing feature: try all servers
---
 src/gns/gnunet-service-gns_resolver.c | 3 +++
 1 file changed, 3 insertions(+)

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;

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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