Actions
Feature #3836
closedlocalhop scope definition
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:
- If an Interest is received from a local face, it can be forwarded to a non-local face.
- If an Interest is received from a non-local face, it cannot be forwarded to a non-local face.
- In either case the Interest can be forwarded to a local face.
Actions