[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] branch master updated: TOPOLOGY: We should always suggest to co
From: |
gnunet |
Subject: |
[gnunet] branch master updated: TOPOLOGY: We should always suggest to connect to the peer even with the same strength. |
Date: |
Mon, 26 Feb 2024 07:37:27 +0100 |
This is an automated email from the git hooks/post-receive script.
martin-schanzenbach pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new 99d23f939 TOPOLOGY: We should always suggest to connect to the peer
even with the same strength.
99d23f939 is described below
commit 99d23f939cd1f717a6a52573f9e79a4fdf67a42d
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Mon Feb 26 07:36:44 2024 +0100
TOPOLOGY: We should always suggest to connect to the peer even with the
same strength.
---
src/service/topology/gnunet-daemon-topology.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/service/topology/gnunet-daemon-topology.c
b/src/service/topology/gnunet-daemon-topology.c
index c59610014..c706e826d 100644
--- a/src/service/topology/gnunet-daemon-topology.c
+++ b/src/service/topology/gnunet-daemon-topology.c
@@ -270,8 +270,6 @@ attempt_connect (struct Peer *pos)
strength = 0;
if (NULL != pos->mq)
strength *= 2; /* existing connections preferred */
- if (strength == pos->strength)
- return; /* nothing to do */
if (NULL != pos->ash)
{
GNUNET_TRANSPORT_application_suggest_cancel (pos->ash);
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnunet] branch master updated: TOPOLOGY: We should always suggest to connect to the peer even with the same strength.,
gnunet <=