|
DRCL J-Sim API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectdrcl.inet.protocol.aodv.AODV_RERR
AODV Route Error (RERR) packet body ref: Sec. 4.3 Note: type = 1
| Field Summary | |
static int |
AODV_MAX_ERRORS
|
int |
DestCount
DestCount |
static int |
INTEGER_SIZE
|
long |
re_dst
Destination IP Address |
int |
re_dst_seqno
Destination Sequence Number |
int |
re_hop_count
Hop Count |
double |
re_lifetime
Lifetime |
long |
re_src
Source IP Address |
double |
re_timestamp
when corresponding REQ sent; used to compute route discovery latency |
int |
re_type
Packet Type |
long[] |
unreachable_dst
List of Unreachable destination IP addresses and sequence numbers |
int[] |
unreachable_dst_seqno
|
| Constructor Summary | |
AODV_RERR()
|
|
| Method Summary | |
java.lang.Object |
clone()
|
void |
duplicate(java.lang.Object source_)
|
int |
size()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int AODV_MAX_ERRORS
public static final int INTEGER_SIZE
public int re_type
public int re_hop_count
public long re_dst
public int re_dst_seqno
public long re_src
public double re_lifetime
public double re_timestamp
public int DestCount
public long[] unreachable_dst
public int[] unreachable_dst_seqno
| Constructor Detail |
public AODV_RERR()
| Method Detail |
public int size()
public java.lang.Object clone()
public void duplicate(java.lang.Object source_)
public java.lang.String toString()
|
DRCL J-Sim API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||