commit | 20fe4a9cb090e6babdfaa42bf239d74c0dbb6822 | [log] [tgz] |
---|---|---|
author | Vince Lehman <vslehman@memphis.edu> | Tue Sep 09 15:57:59 2014 -0500 |
committer | Vince Lehman <vslehman@memphis.edu> | Thu Oct 09 13:33:06 2014 -0700 |
tree | 5dc47edfdf2792ba566028ffc3f771853861f5b4 | |
parent | 942eb7b67daebac036dc9067e7ca35eb5dfa5081 [diff] [blame] |
route: Fix hyperbolic cost adjustment refs: #1974 Change-Id: Ic96c94d978487bbef2804235b75aa227c350d941
diff --git a/src/route/routing-table-calculator.cpp b/src/route/routing-table-calculator.cpp index dffe4a3..24707b0 100644 --- a/src/route/routing-table-calculator.cpp +++ b/src/route/routing-table-calculator.cpp
@@ -461,6 +461,7 @@ double cost, RoutingTable& rt) { NextHop hop(faceUri, cost); + hop.setHyperbolic(true); _LOG_TRACE("Calculated " << hop << " for destination: " << dest);