Hi,
I think Handshake can be turn on by setting the MAC_RTSThreshold
in "../ns-allinone-2.33/ns-2.33/mac/mac-802_11.h" to 0 bytes
which means that RTS will be send for all data packet transmissions.
/** IEEE 802.11 Spec, section 11.4.4.2
** default values for the MAC Attributes */
#define MAC_RTSThreshold 0 // bytes
souhaj wrote:
hello
i want to know how can i activate the use of CTS/RTS in the tcl file...
if i don't mention any thing in the tcl file, their use is activated or disactivated....
PLZ
i need help..