26 #ifndef NFD_DAEMON_FW_PIT_ALGORITHM_HPP 27 #define NFD_DAEMON_FW_PIT_ALGORITHM_HPP 40 namespace scope_prefix {
74 wouldViolateScope(
const Face& inFace,
const Interest& interest,
const Face& outFace);
114 time::steady_clock::TimePoint
120 #endif // NFD_DAEMON_FW_PIT_ALGORITHM_HPP bool canForwardToLegacy(const pit::Entry &pitEntry, const Face &face)
decide whether Interest can be forwarded to face
Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents...
const Name LOCALHOP
ndn:/localhop
bool hasPendingOutRecords(const pit::Entry &pitEntry)
determine whether pitEntry has any pending out-records
const Name LOCALHOST
ndn:/localhost
no duplicate Nonce is found
time::steady_clock::TimePoint getLastOutgoing(const pit::Entry &pitEntry)
int findDuplicateNonce(const pit::Entry &pitEntry, uint32_t nonce, const Face &face)
determine whether pitEntry has duplicate Nonce nonce
DuplicateNonceWhere
indicates where duplicate Nonces are found
bool wouldViolateScope(const Face &inFace, const Interest &interest, const Face &outFace)
determine whether forwarding the Interest in pitEntry to outFace would violate scope ...