equal
deleted
inserted
replaced
24 |
24 |
25 namespace ns3 { |
25 namespace ns3 { |
26 |
26 |
27 /** |
27 /** |
28 * \brief AARF Rate control algorithm |
28 * \brief AARF Rate control algorithm |
|
29 * \ingroup wifi |
29 * |
30 * |
30 * This class implements the AARF rate control algorithm which |
31 * This class implements the AARF rate control algorithm which |
31 * was initially described in <i>IEEE 802.11 Rate Adaptation: |
32 * was initially described in <i>IEEE 802.11 Rate Adaptation: |
32 * A Practical Approach</i>, by M. Lacage, M.H. Manshaei, and |
33 * A Practical Approach</i>, by M. Lacage, M.H. Manshaei, and |
33 * T. Turletti. |
34 * T. Turletti. |