gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r14246 - gnunet/src/dht


From: gnunet
Subject: [GNUnet-SVN] r14246 - gnunet/src/dht
Date: Mon, 24 Jan 2011 16:49:50 +0100

Author: nevans
Date: 2011-01-24 16:49:50 +0100 (Mon, 24 Jan 2011)
New Revision: 14246

Modified:
   gnunet/src/dht/gnunet-dht-driver.c
Log:
larger bloom filter

Modified: gnunet/src/dht/gnunet-dht-driver.c
===================================================================
--- gnunet/src/dht/gnunet-dht-driver.c  2011-01-24 15:37:17 UTC (rev 14245)
+++ gnunet/src/dht/gnunet-dht-driver.c  2011-01-24 15:49:50 UTC (rev 14246)
@@ -3077,7 +3077,7 @@
     }
 
   /* Create the bloomfilter for choosing which peers to set malicious */
-  malicious_bloom = GNUNET_CONTAINER_bloomfilter_init (NULL, DHT_BLOOM_SIZE, 
DHT_BLOOM_K);
+  malicious_bloom = GNUNET_CONTAINER_bloomfilter_init (NULL, DHT_BLOOM_SIZE * 
10, DHT_BLOOM_K);
 
   /* The normal behavior of the DHT is to do find peer requests
    * on its own.  Only if this is explicitly turned off should




reply via email to

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