equal
deleted
inserted
replaced
22 |
22 |
23 #include "wifi-remote-station-manager.h" |
23 #include "wifi-remote-station-manager.h" |
24 |
24 |
25 namespace ns3 { |
25 namespace ns3 { |
26 |
26 |
27 class 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 * |
31 * |
32 * This algorithm was first described in "Efficient Collision Detection for Auto Rate Fallback Algorithm". |
32 * This algorithm was first described in "Efficient Collision Detection for Auto Rate Fallback Algorithm". |