Actions
Bug #5152
openProblem of assigning link-cost to "zero" for neighbors in Hyperbolic Routing (HR)
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
03/22/2021
Due date:
% Done:
0%
Estimated time:
Description
The cost of neighbors in HR is installed as zero. However, the local application can have a higher cost. For example, while using auto-prefix-propagation, the cost is picked from the nfd.conf file and this can be greater than zero. In such a case, an interest that is supposed to go towards the local application will be forwarded towards the neighbor by NFD.
Updated by Junxiao Shi over 3 years ago
- Related to Task #2010: RIB cost guidelines added
Updated by Junxiao Shi over 3 years ago
In #2010-3, @Beichuan suggests:
Define a range for local applications, and a range for external sources.
The range for local applications is smaller, so that they are preferred.
One simple solution is adding 231 to every HR cost when inserting to the RIB.
Then, local applications can use any cost below 231, and they would be preferred before neighbors.
Updated by Junxiao Shi over 2 years ago
- Tracker changed from Task to Bug
- Description updated (diff)
Actions