equal
deleted
inserted
replaced
27 |
27 |
28 namespace ns3 { |
28 namespace ns3 { |
29 |
29 |
30 /** |
30 /** |
31 * \brief Ideal rate control algorithm |
31 * \brief Ideal rate control algorithm |
|
32 * \ingroup wifi |
32 * |
33 * |
33 * This class implements an 'ideal' rate control algorithm |
34 * This class implements an 'ideal' rate control algorithm |
34 * similar to RBAR in spirit (see <i>A rate-adaptive MAC |
35 * similar to RBAR in spirit (see <i>A rate-adaptive MAC |
35 * protocol for multihop wireless networks</i> by G. Holland, |
36 * protocol for multihop wireless networks</i> by G. Holland, |
36 * N. Vaidya, and P. Bahl.): every station keeps track of the |
37 * N. Vaidya, and P. Bahl.): every station keeps track of the |