jist.swans.route
Class RouteAodv.OutgoingInfo

java.lang.Object
  extended by jist.swans.route.RouteAodv.OutgoingInfo
Enclosing class:
RouteAodv

private static class RouteAodv.OutgoingInfo
extends java.lang.Object

Information for each node in the outgoing node set.


Field Summary
private  byte helloWaitCount
          Indication of how long the node has been waiting for HELLO from the outgoing node.
 
Constructor Summary
RouteAodv.OutgoingInfo()
          Constructs an Outgoing Set entry.
 
Method Summary
 byte getHelloWaitCount()
          Returns a count of the HELLO intervals that have passed since last receiving a message from this outgoing node.
 void incHelloWaitCount()
          Increment the count of HELLO intervals that have passed.
 void resetHelloWaitCount()
          Set count of HELLO intervals to zero.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

helloWaitCount

private byte helloWaitCount
Indication of how long the node has been waiting for HELLO from the outgoing node.

Constructor Detail

RouteAodv.OutgoingInfo

public RouteAodv.OutgoingInfo()
Constructs an Outgoing Set entry.

Method Detail

getHelloWaitCount

public byte getHelloWaitCount()
Returns a count of the HELLO intervals that have passed since last receiving a message from this outgoing node.

Returns:
hello interval count

incHelloWaitCount

public void incHelloWaitCount()
Increment the count of HELLO intervals that have passed.


resetHelloWaitCount

public void resetHelloWaitCount()
Set count of HELLO intervals to zero.