equal
deleted
inserted
replaced
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 |