equal
deleted
inserted
replaced
226 wifiMacHelper.SetBlockAckInactivityTimeoutForAc (AC_BE, 5); |
226 wifiMacHelper.SetBlockAckInactivityTimeoutForAc (AC_BE, 5); |
227 |
227 |
228 This object can be also used to set in the same way as ``ns3::QosWifiMacHelper``. |
228 This object can be also used to set in the same way as ``ns3::QosWifiMacHelper``. |
229 |
229 |
230 VhtWifiMacHelper |
230 VhtWifiMacHelper |
231 +++++++++++++++ |
231 ++++++++++++++++ |
232 |
232 |
233 The ``ns3::VhtWifiMacHelper`` configures an |
233 The ``ns3::VhtWifiMacHelper`` configures an |
234 object factory to create instances of a ``ns3::WifiMac``. It is used to |
234 object factory to create instances of a ``ns3::WifiMac``. It is used to |
235 supports creation of MAC instances that have 802.11ac-style Very High throughput (VHT) and QoS support enabled. This object is similar to ``HtWifiMacHelper``. |
235 supports creation of MAC instances that have 802.11ac-style Very High throughput (VHT) and QoS support enabled. This object is similar to ``HtWifiMacHelper``. |
236 |
236 |