--- a/ns-3-dev/src/routing/olsr/olsr-routing-protocol.cc 2010-01-11 18:48:54.722575065 +0530 +++ a/ns-3-dev/src/routing/olsr/olsr-routing-protocol.cc 2010-01-11 18:50:11.550576596 +0530 @@ -72,7 +72,7 @@ /********** Holding times **********/ /// Neighbor holding time. -#define OLSR_NEIGHB_HOLD_TIME (Scalar (3) * m_helloInterval) +#define OLSR_NEIGHB_HOLD_TIME (Scalar (3) * OLSR_REFRESH_INTERVAL) /// Top holding time. #define OLSR_TOP_HOLD_TIME (Scalar (3) * m_tcInterval) /// Dup holding time.