gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: DHT: call try_connect also on already co


From: gnunet
Subject: [gnunet] branch master updated: DHT: call try_connect also on already connected peers, just in case address changed
Date: Mon, 26 Dec 2022 14:41:14 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 05fef7b53 DHT: call try_connect also on already connected peers, just 
in case address changed
05fef7b53 is described below

commit 05fef7b531a67b9ff0ef44ed300b3ff61f63e48b
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Mon Dec 26 14:41:09 2022 +0100

    DHT: call try_connect also on already connected peers, just in case address 
changed
---
 src/dht/gnunet-service-dht_neighbours.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/dht/gnunet-service-dht_neighbours.c 
b/src/dht/gnunet-service-dht_neighbours.c
index a08373d30..709071b61 100644
--- a/src/dht/gnunet-service-dht_neighbours.c
+++ b/src/dht/gnunet-service-dht_neighbours.c
@@ -2882,8 +2882,8 @@ GDS_try_connect (void *cls,
                        pid))
     {
       /* already connected */
-      /* TODO: maybe consider 'uri' anyway as an additional
-         alternative address??? */
+      GDS_u_try_connect (pid,
+                         uri);
       return;
     }
   GNUNET_log (GNUNET_ERROR_TYPE_INFO,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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