commit | 11bd9c28e8c8c05ad31867559a9efb419a09731a | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Thu Mar 13 20:44:13 2014 -0700 |
committer | Alex Afanasyev <alexander.afanasyev@ucla.edu> | Sat Mar 15 22:27:19 2014 -0700 |
tree | 72cebe833ccc359f47291c295dd40ea253fd7e54 | |
parent | b289cc18fcb2a5fa916d1ef5b31bb8f33dce636f [diff] [blame] |
fw: /localhop scope control on outgoing Interests refs #1253 Change-Id: I359747688568934070d1583995957835ac690f28
diff --git a/daemon/fw/forwarder.hpp b/daemon/fw/forwarder.hpp index c6e3529..e229dcf 100644 --- a/daemon/fw/forwarder.hpp +++ b/daemon/fw/forwarder.hpp
@@ -159,6 +159,7 @@ static const ndn::Milliseconds DEFAULT_INTEREST_LIFETIME; static const Name LOCALHOST_NAME; + static const Name LOCALHOP_NAME; // allow Strategy (base class) to enter pipelines friend class fw::Strategy;