add reference to paper
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Fri, 17 Apr 2009 09:56:04 +0200
changeset 4339 dd889b47f446
parent 4338 5327282789fc
child 4340 8a1b890c99cc
add reference to paper
src/devices/wifi/aarfcd-wifi-manager.h
--- a/src/devices/wifi/aarfcd-wifi-manager.h	Fri Apr 17 09:34:43 2009 +0200
+++ b/src/devices/wifi/aarfcd-wifi-manager.h	Fri Apr 17 09:56:04 2009 +0200
@@ -24,6 +24,14 @@
 
 namespace ns3 {
 
+/**
+ * \brief an implementation of the AARF-CD algorithm
+ *
+ * This algorithm was first described in "Efficient Collision Detection for Auto Rate Fallback Algorithm".
+ * The implementation available here was done by Federico Maguolo for a very early development
+ * version of ns-3. Federico died before merging this work in ns-3 itself so his code was ported
+ * to ns-3 later without his supervision.
+ */
 class AarfcdWifiManager : public WifiRemoteStationManager 
 {
 public: