jist.swans.route
Class RouteAodv.AodvPacketStats

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

public static class RouteAodv.AodvPacketStats
extends java.lang.Object

Packet stats.


Field Summary
 long aodvPackets
          Sum of RREQ, RREP, RERR, and HELLO packets.
 long helloPackets
          HELLO packets.
 long rerrPackets
          RERR packets.
 long rrepPackets
          RREP packets.
 long rreqPackets
          RREQ packets.
 
Constructor Summary
RouteAodv.AodvPacketStats()
           
 
Method Summary
 void clear()
          Reset statistics.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

aodvPackets

public long aodvPackets
Sum of RREQ, RREP, RERR, and HELLO packets.


helloPackets

public long helloPackets
HELLO packets.


rreqPackets

public long rreqPackets
RREQ packets.


rrepPackets

public long rrepPackets
RREP packets.


rerrPackets

public long rerrPackets
RERR packets.

Constructor Detail

RouteAodv.AodvPacketStats

public RouteAodv.AodvPacketStats()
Method Detail

clear

public void clear()
Reset statistics.