jist.swans.route
Class RouteZrpNdp.NeighbourState

java.lang.Object
  extended by jist.swans.route.RouteZrpNdp.NeighbourState
Enclosing class:
RouteZrpNdp

private static class RouteZrpNdp.NeighbourState
extends java.lang.Object

NDP neighbour entry.


Field Summary
 int beats
          number of heartbeats to expiration.
 MacAddress macAddr
          neigbour mac address.
 byte macId
          incoming mac interface.
 
Constructor Summary
private RouteZrpNdp.NeighbourState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

macAddr

public MacAddress macAddr
neigbour mac address.


macId

public byte macId
incoming mac interface.


beats

public int beats
number of heartbeats to expiration.

Constructor Detail

RouteZrpNdp.NeighbourState

private RouteZrpNdp.NeighbourState()