|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjist.swans.route.RouteAodv.AodvPacketStats
public static class RouteAodv.AodvPacketStats
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 |
---|
public long aodvPackets
public long helloPackets
public long rreqPackets
public long rrepPackets
public long rerrPackets
Constructor Detail |
---|
public RouteAodv.AodvPacketStats()
Method Detail |
---|
public void clear()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |