How does/is the failureIntervals value work/supposed to work? it appears that it is intialized to zero, then incremented for each failure (except when a bunch of failures happen at once, in which case it is only incremented once), Then if it becomes larger than a certain value (6 or something) the node in question is deleted.
It also looks like increaseContactProbability() is supposed to reset it to zero, but since increaseContactProbability is never called (at least, i can't find any call sites using grep), the value steadily increases until the node is removed. That doesn't seem desireable, tho... -- Benjamin Coates _______________________________________________ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl
