eikoyoneki / haggle

Automatically exported from code.google.com/p/haggle
Apache License 2.0
0 stars 0 forks source link

Configured BF size is reset to default when ND is updated #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start the first Haggle node with a configuration file with Bloomfilter set 
to a size of, e.g., 10k
2. Add an interest or data object to the node
3. Start another node and examine the node description received by from the 
first node.

What is the expected output? What do you see instead?
A node description with a Bloomfilter of size 10k is expected, but instead a 
Bloomfilter of size DEFAULT_BLOOMFILTER_CAPACITY is seen.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by fredrik....@gmail.com on 18 Aug 2010 at 11:40

GoogleCodeExporter commented 9 years ago
I believe this should be a resolved issue by now. Could someone verify?

Original comment by erik.nor...@gmail.com on 11 Feb 2011 at 3:40