hi to everybody, i m trying to modify aodv protocal to reduce the route discovery latency and number of RREQ broadcasts.
I am using a flag called ctsflag in my AODV routing agent. i have to set this flag when a node receives a CTS packet in MAC. Nodes waits for CTS in Promiscuous mode. plz suggest me how to do this cross referencing, setting a flag of AODV agent in MAC when a node receives CTS packet in MAC 802.11. In 802-11.cc file, therr is function called recv()---->recv-timer()----->recvCTS() i mean, recv-timer classifying the various in coming packets , in my case ( bcaz, i m interested in CTS packet) it calls recvCTS(). in this function i have to set the flag. Plz tell me , how to do this? and also suggest me how to do promiscuous mode for AODV. thanx in advance........... waiting for reply. bye tirumal
