|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjist.swans.route.RouteDsr.RouteRequestTableEntry
private class RouteDsr.RouteRequestTableEntry
An entry in the Route Request Table.
Field Summary | |
---|---|
java.util.LinkedList |
ids
Identification values of recently seen requests coming from this node. |
long |
lastRequestTime
The time of the last Route Request for this destination. |
byte |
lastRequestTTL
The IP TTL on the last Route Request for this destination. |
int |
numRequestsSinceLastReply
The number of Route Requests for this destination since we last received a valid Route Reply. |
long |
timeout
The amount of time necessary to wait (starting at lastRequestTime) before sending out another Route Request. |
Constructor Summary | |
---|---|
RouteDsr.RouteRequestTableEntry()
Creates a new RouteRequestTableEntry. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public byte lastRequestTTL
public long lastRequestTime
public int numRequestsSinceLastReply
public long timeout
public java.util.LinkedList ids
Constructor Detail |
---|
public RouteDsr.RouteRequestTableEntry()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |