|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectConstAlg
public class ConstAlg
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 |
---|
public static final int FAILED_TIMEOUT
public static final int INFINITY
Constructor Detail |
---|
public ConstAlg()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |