//Enable RTS/CTS
Config::SetDefault ("ns3::WifiRemoteStationManager::RtsCtsThreshold", StringValue ("100"));--
Posting to this group should follow these guidelines https://www.nsnam.org/wiki/Ns-3-users-guidelines-for-posting
---
You received this message because you are subscribed to a topic in the Google Groups "ns-3-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ns-3-users/ww9kAcVFP5U/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ns-3-users+unsubscribe@googlegroups.com.
To post to this group, send email to ns-3-...@googlegroups.com.
Visit this group at https://groups.google.com/group/ns-3-users.
For more options, visit https://groups.google.com/d/optout.
Thanks, but I want to have different threshold for different nodes.Any idea?!!
On Wed, Sep 6, 2017 at 7:56 AM, Varun Reddy <varunam...@gmail.com> wrote:
//Enable RTS/CTS
Config::SetDefault ("ns3::WifiRemoteStationManager::RtsCtsThreshold", StringValue ("100"));
On Tuesday, 5 September 2017 15:59:15 UTC-4, Yalda Edalat wrote:--Hi,I want to change the RTS/CTS threshold for every single packet. Is it possible? I have a text file with a column of the threshold. How can I feed it to the RTS/CTS threshold?I really appreciate your help.Thanks
Posting to this group should follow these guidelines https://www.nsnam.org/wiki/Ns-3-users-guidelines-for-posting
---
You received this message because you are subscribed to a topic in the Google Groups "ns-3-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ns-3-users/ww9kAcVFP5U/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ns-3-users+...@googlegroups.com.
devices = wifi.Install (wifiPhy, wifiMac, c);
GetRemoteStationManager
YourWifiNetDeviceNode0->GetRemoteStationManager()-> SetRtsCtsThreshold(0) to enable it always
YourWifiNetDeviceNode0->GetRemoteStationManager()-> SetRtsCtsThreshold(99999) to disable it--
Posting to this group should follow these guidelines https://www.nsnam.org/wiki/Ns-3-users-guidelines-for-posting
---
You received this message because you are subscribed to a topic in the Google Groups "ns-3-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ns-3-users/ww9kAcVFP5U/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ns-3-users+unsubscribe@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to ns-3-users+...@googlegroups.com.