Variables | |
const Name | LOCALHOST ("ndn:/localhost") |
ndn:/localhost More... | |
const Name | LOCALHOP ("ndn:/localhop") |
ndn:/localhop More... | |
const Name nfd::scope_prefix::LOCALHOST |
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 45 of file scope-prefix.hpp.
Referenced by nfd::rib::HostToGatewayReadvertisePolicy::handleNewRoute(), and nfd::fw::wouldViolateScope().
const Name nfd::scope_prefix::LOCALHOP |
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 59 of file scope-prefix.hpp.
Referenced by nfd::fw::wouldViolateScope().