Disable Rts/cts

256 views
Skip to first unread message

peyman

unread,
Oct 15, 2012, 6:07:46 AM10/15/12
to ns-3-...@googlegroups.com
Hi all,

I just want to disable rts/cts in adhoc network. is there any body knows that how can I disable it?

Konstantinos

unread,
Oct 15, 2012, 6:19:25 AM10/15/12
to ns-3-...@googlegroups.com
You will just increase the threshold for 'enabling' RTS/CTS.

e.g. if you set the "rtslimit" to 1000 any packet less than this limit will be transmitted without RTS/CTS.

  Config::SetDefault ("ns3::WifiRemoteStationManager::RtsCtsThreshold", StringValue (rtslimit));

peyman

unread,
Oct 15, 2012, 11:18:04 AM10/15/12
to ns-3-...@googlegroups.com
Thank you very much Konstantinos :)
Reply all
Reply to author
Forward
0 new messages