Contain name prefixes that affect namespace-based scope control. More...
Variables | |
const Name | LOCALHOP {"/localhop"} |
The localhop scope ndn:/localhop . More... | |
const Name | LOCALHOST {"/localhost"} |
The localhost scope ndn:/localhost . More... | |
Contain name prefixes that affect namespace-based scope control.
|
inline |
The localhop scope ndn:/localhop
.
The localhop scope limits propagation to no further than the next node.
Interest packets under prefix ndn:/localhop are restricted by these rules:
Data packets under prefix ndn:/localhop are unrestricted.
Definition at line 58 of file scope-prefix.hpp.
|
inline |
The localhost scope ndn:/localhost
.
The localhost scope limits propagation to the applications on the originating host.
Interest and Data packets under prefix ndn:/localhost are restricted by these rules:
Definition at line 44 of file scope-prefix.hpp.