X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2Fnepi%2Fresources%2Fns3%2Fclasses%2Fconstant_rate_wifi_manager.py;h=7d81a74320d1b41c812e6bbc5bc3d304b52e8a22;hb=a7e76f2c5b9646f44e5cbf6c558ed08b5b73ce28;hp=decba326ede79a2377aa77f1a0cebc0a693a4f45;hpb=998aa11be6a89197a3b30c0645771c467cad8c13;p=nepi.git diff --git a/src/nepi/resources/ns3/classes/constant_rate_wifi_manager.py b/src/nepi/resources/ns3/classes/constant_rate_wifi_manager.py index decba326..7d81a743 100644 --- a/src/nepi/resources/ns3/classes/constant_rate_wifi_manager.py +++ b/src/nepi/resources/ns3/classes/constant_rate_wifi_manager.py @@ -80,7 +80,7 @@ class NS3ConstantRateWifiManager(NS3BaseWifiRemoteStationManager): cls._register_attribute(attr_maxslrc) attr_rtsctsthreshold = Attribute("RtsCtsThreshold", - "If the size of the data packet + LLC header + MAC header + FCS trailer is bigger than this value, we use an RTS/CTS handshake before sending the data, as per IEEE Std. 802.11-2007, Section 9.2.6. This value will not have any effect on some rate control algorithms.", + "If the size of the data packet + LLC header + MAC header + FCS trailer is bigger than this value, we use an RTS/CTS handshake before sending the data, as per IEEE Std. 802.11-2012, Section 9.3.5. This value will not have any effect on some rate control algorithms.", type = Types.Integer, default = "2346", allowed = None, @@ -90,7 +90,7 @@ class NS3ConstantRateWifiManager(NS3BaseWifiRemoteStationManager): cls._register_attribute(attr_rtsctsthreshold) attr_fragmentationthreshold = Attribute("FragmentationThreshold", - "If the size of the data packet + LLC header + MAC header + FCS trailer is biggerthan this value, we fragment it such that the size of the fragments are equal or smaller than this value, as per IEEE Std. 802.11-2007, Section 9.4. This value will not have any effect on some rate control algorithms.", + "If the size of the data packet + LLC header + MAC header + FCS trailer is biggerthan this value, we fragment it such that the size of the fragments are equal or smaller than this value, as per IEEE Std. 802.11-2012, Section 9.5. This value will not have any effect on some rate control algorithms.", type = Types.Integer, default = "2346", allowed = None,