commit | 057005460ef462dd298126312650999bf22f8425 | [log] [tgz] |
---|---|---|
author | Ashlesh Gawande <agawande@memphis.edu> | Fri Aug 03 10:40:19 2018 -0500 |
committer | Ashlesh Gawande <agawande@memphis.edu> | Tue Aug 28 11:13:28 2018 -0700 |
tree | 07101ca550be00ffff21f4004d23b42cec322c61 | |
parent | e8d8bd5276b02193fd035f7f8e21d81c051dc863 [diff] |
hello-protocol: set canBePrefix to true refs: #4691, #4679 Change-Id: I5f57d7bb6a75af074fc64206fe6061f2fc758b40
diff --git a/src/hello-protocol.cpp b/src/hello-protocol.cpp index 34600a7..079bdc4 100644 --- a/src/hello-protocol.cpp +++ b/src/hello-protocol.cpp
@@ -45,6 +45,7 @@ ndn::Interest i(interestName); i.setInterestLifetime(ndn::time::seconds(seconds)); i.setMustBeFresh(true); + i.setCanBePrefix(true); m_nlsr.getNlsrFace().expressInterest(i, std::bind(&HelloProtocol::onContent, this,