src/dsr/model/dsr-rcache.cc
changeset 8755 78bf735a3d5e
parent 8753 8d84b96e26bf
child 8756 9a34e618f40b
equal deleted inserted replaced
8754:59094197def1 8755:78bf735a3d5e
   142   return tid;
   142   return tid;
   143 }
   143 }
   144 
   144 
   145 RouteCache::RouteCache ()
   145 RouteCache::RouteCache ()
   146   : m_vector (0),
   146   : m_vector (0),
       
   147     m_maxEntriesEachDst (3),
       
   148     m_isLinkCache (false),
   147     m_ntimer (Timer::CANCEL_ON_DESTROY),
   149     m_ntimer (Timer::CANCEL_ON_DESTROY),
   148     m_delay (MilliSeconds (100))
   150     m_delay (MilliSeconds (100))
   149 {
   151 {
   150   /*
   152   /*
   151    * The timer to set layer 2 notification, not fully supported by ns3 yet
   153    * The timer to set layer 2 notification, not fully supported by ns3 yet