On 05 Jun 2002 17:16:23 -0500
Edgar Friendly <[EMAIL PROTECTED]> wrote:

> The problem is simply a single constant in CPAlgoData.java:
> 
>     private final static int MAXFAILUREINTERVALS = 6;
> 

aagh, you're right, that's the one... is there still any point to my
thing? >:)

> This means that when a node's failureIntervals (the number of
> consecutive connection failures) is over 6, it's removed from the
> routing table.  Six failure intervals take about an hour to rack up,
> so if a node is down for an hour, it's completely eliminated.  I've
> bumped this constant up to 60 on my node, basically eliminating the
> possibility of removing a node from the routing table for being
> uncontactable (the CP code eventually eliminates nodes when new refs
> come in, and the exponential backoff makes sure I don't try to contact
> them often at all.)
> 

alright....

> Thelema

Attachment: msg03211/pgp00000.pgp
Description: PGP signature

Reply via email to