|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjist.swans.route.RouteAodv.AodvStats
public static class RouteAodv.AodvStats
Data structure to collect AODV statistics.
Field Summary | |
---|---|
long |
netMsgs
messages sent by transport layer. |
RouteAodv.AodvPacketStats |
recv
received packets. |
long |
rrepOrig
number of route replies generated. |
long |
rreqOrig
number of total route requests (excluding retransmissions). |
long |
rreqSucc
number of new routes formed. |
RouteAodv.AodvPacketStats |
send
sent packets. |
Constructor Summary | |
---|---|
RouteAodv.AodvStats()
|
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 final RouteAodv.AodvPacketStats send
public final RouteAodv.AodvPacketStats recv
public long netMsgs
public long rreqOrig
public long rrepOrig
public long rreqSucc
Constructor Detail |
---|
public RouteAodv.AodvStats()
Method Detail |
---|
public void clear()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |