Project

General

Profile

Actions

Bug #5152

open

Problem of assigning link-cost to "zero" for neighbors in Hyperbolic Routing (HR)

Added by Saurab Dulal about 3 years ago. Updated about 2 years ago.

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.


Related issues 1 (1 open0 closed)

Related to NFD - Task #2010: RIB cost guidelinesNew

Actions
Actions #1

Updated by Junxiao Shi about 3 years ago

  • Related to Task #2010: RIB cost guidelines added
Actions #2

Updated by Junxiao Shi about 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.

Actions #3

Updated by Junxiao Shi about 2 years ago

  • Tracker changed from Task to Bug
  • Description updated (diff)
Actions

Also available in: Atom PDF