equal
deleted
inserted
replaced
26 |
26 |
27 struct AarfcdWifiRemoteStation; |
27 struct AarfcdWifiRemoteStation; |
28 |
28 |
29 /** |
29 /** |
30 * \brief an implementation of the AARF-CD algorithm |
30 * \brief an implementation of the AARF-CD algorithm |
|
31 * \ingroup wifi |
31 * |
32 * |
32 * This algorithm was first described in "Efficient Collision Detection for Auto Rate Fallback Algorithm". |
33 * This algorithm was first described in "Efficient Collision Detection for Auto Rate Fallback Algorithm". |
33 * The implementation available here was done by Federico Maguolo for a very early development |
34 * The implementation available here was done by Federico Maguolo for a very early development |
34 * version of ns-3. Federico died before merging this work in ns-3 itself so his code was ported |
35 * version of ns-3. Federico died before merging this work in ns-3 itself so his code was ported |
35 * to ns-3 later without his supervision. |
36 * to ns-3 later without his supervision. |