Author: grothoff
Date: 2005-06-28 13:51:49 -0700 (Tue, 28 Jun 2005)
New Revision: 1122

Modified:
   GNUnet/src/server/connection.c
Log:
use topology to determine blacklist interval -- also avoids need for user to 
specify topology in config

Modified: GNUnet/src/server/connection.c
===================================================================
--- GNUnet/src/server/connection.c      2005-06-28 20:51:22 UTC (rev 1121)
+++ GNUnet/src/server/connection.c      2005-06-28 20:51:49 UTC (rev 1122)
@@ -1691,7 +1691,7 @@
 #endif
       shutdownConnection(entries[u]);
       identity->blacklistHost(&entries[u]->session.sender,
-                             1 / topology->estimateSaturation(),
+                             1 / topology->getSaturation(),
                              YES);
       activePeerCount--;
       entries[u]    = entries[activePeerCount];



_______________________________________________
GNUnet-SVN mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnunet-svn

Reply via email to