|
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_RREP
AODV Route Reply (RREP) packet body ref: Sec. 4.2 Note: type = 1
| Field Summary | |
static int |
INTEGER_SIZE
|
long |
rp_dst
Destination IP Address |
int |
rp_dst_seqno
Destination Sequence Number |
int |
rp_hop_count
Hop Count |
double |
rp_lifetime
Lifetime |
long |
rp_src
Source IP Address |
double |
rp_timestamp
when corresponding REQ sent; used to compute route discovery latency |
int |
rp_type
Packet Type |
| Constructor Summary | |
AODV_RREP()
|
|
| Method Summary | |
java.lang.Object |
clone()
|
void |
duplicate(java.lang.Object source_)
|
int |
size()
return the size of the payload in the RREP packet |
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 INTEGER_SIZE
public int rp_type
public int rp_hop_count
public long rp_dst
public int rp_dst_seqno
public long rp_src
public double rp_lifetime
public double rp_timestamp
| Constructor Detail |
public AODV_RREP()
| 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 | ||||||||||