Bug 1615 - Adjusting OLSR HelloInterval Attribute Results in No Links
authorAndrew Stanton <acstanton515@gmail.com>
Sun, 14 Apr 2013 22:32:21 +0200
changeset 9693 ac4c36378f5c
parent 9692 792f0e8525b8
child 9694 eb7335c2423c
Bug 1615 - Adjusting OLSR HelloInterval Attribute Results in No Links
src/olsr/model/olsr-routing-protocol.cc
--- a/src/olsr/model/olsr-routing-protocol.cc	Sat Apr 13 14:33:02 2013 +0200
+++ b/src/olsr/model/olsr-routing-protocol.cc	Sun Apr 14 22:32:21 2013 +0200
@@ -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 **********/