| 
 | ||||||||||
| 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 | netMsgsmessages sent by transport layer. | 
|  RouteAodv.AodvPacketStats | recvreceived packets. | 
|  long | rrepOrignumber of route replies generated. | 
|  long | rreqOrignumber of total route requests (excluding retransmissions). | 
|  long | rreqSuccnumber of new routes formed. | 
|  RouteAodv.AodvPacketStats | sendsent 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 | |||||||||