|
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_RREQ
AODV Route Request (RREQ) packet body ref: Sec. 4.1 Note: type = 1
| Field Summary | |
static int |
INTEGER_SIZE
|
int |
ls_req_num
|
java.util.Vector |
req_list
|
int |
rq_bcast_id
Broadcast ID |
int |
rq_d_flag
|
long |
rq_dst
Destination IP Address |
int |
rq_dst_seqno
Destination Sequence Number |
int |
rq_g_flag
|
int |
rq_hop_count
|
int |
rq_j_flag
|
int |
rq_r_flag
|
long |
rq_src
Source IP Address |
int |
rq_src_seqno
Source Sequence Number |
double |
rq_timestamp
when REQUEST sent; used to compute route discovery latency |
int |
rq_type
|
int |
rq_u_flag
|
static int |
RREQ_GRAT_RREP
|
| Constructor Summary | |
AODV_RREQ()
|
|
| 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 RREQ_GRAT_RREP
public static final int INTEGER_SIZE
public int rq_type
public int rq_j_flag
public int rq_r_flag
public int rq_g_flag
public int rq_d_flag
public int rq_u_flag
public int rq_hop_count
public int rq_bcast_id
public long rq_dst
public int rq_dst_seqno
public long rq_src
public int rq_src_seqno
public double rq_timestamp
public int ls_req_num
public java.util.Vector req_list
| Constructor Detail |
public AODV_RREQ()
| 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 | ||||||||||