Project

General

Profile

Actions

Feature #3836

closed

localhop scope definition

Added by Junxiao Shi over 7 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Protocol
Target version:
Start date:
Due date:
% Done:

100%

Estimated time:

Description

ScopeControl rev2 defines localhop Scope as:

Interest packets under prefix ndn:/localhop are restricted by these rules:

  • Interest can come from a local face or a non-local face.
  • If PIT entry has at least one InRecord from a local face, it can be forwarded to local faces and non-local faces.
  • If PIT entry has all InRecords from non-local faces, it can only be forwarded to local faces.
  • PIT entry can be satisfied by Data from any source.

It's recommended to change the rules as:

  1. If an Interest is received from a local face, it can be forwarded to a non-local face.
  2. If an Interest is received from a non-local face, it cannot be forwarded to a non-local face.
  3. In either case the Interest can be forwarded to a local face.
Actions

Also available in: Atom PDF