Activate CTS/RTS..

View: New views
3 Messages — Rating Filter:   Alert me  

Activate CTS/RTS..

by souhaj :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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..

Re: Activate CTS/RTS..

by utnabble :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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..

Re: Activate CTS/RTS..

by souhaj :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

ok thanks..

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..