Class ConstAlg

java.lang.Object
  extended by ConstAlg

public class ConstAlg
extends java.lang.Object

Symbolic constants that represent tuning parameters of the underlying algorithm (which is a kind of distance vector in the base code).


Field Summary
static int FAILED_TIMEOUT
          This value determines how many slots have to pass without hearing from a neighbor before a node decides that neighbor is down.
static int INFINITY
          A really big number looks like INFINITY from where we sit.
 
Constructor Summary
ConstAlg()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FAILED_TIMEOUT

public static final int FAILED_TIMEOUT
This value determines how many slots have to pass without hearing from a neighbor before a node decides that neighbor is down.

See Also:
Constant Field Values

INFINITY

public static final int INFINITY
A really big number looks like INFINITY from where we sit. (The -1 is so that we can add one without overflow, for code robustness.)

See Also:
Constant Field Values
Constructor Detail

ConstAlg

public ConstAlg()