From e06ea971400d37edce40e2e4742f5a68ff6887be Mon Sep 17 00:00:00 2001 From: Andrew Stanton Date: Sun, 14 Apr 2013 22:32:21 +0200 Subject: [PATCH] Bug 1615 - Adjusting OLSR HelloInterval Attribute Results in No Links --- src/olsr/model/olsr-routing-protocol.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/olsr/model/olsr-routing-protocol.cc b/src/olsr/model/olsr-routing-protocol.cc index c41808d5f..c1c0a2634 100644 --- a/src/olsr/model/olsr-routing-protocol.cc +++ b/src/olsr/model/olsr-routing-protocol.cc @@ -66,7 +66,7 @@ /// /// We only use this value in order to define OLSR_NEIGHB_HOLD_TIME. /// -#define OLSR_REFRESH_INTERVAL Seconds (2) +#define OLSR_REFRESH_INTERVAL m_helloInterval /********** Holding times **********/