commit | 34e13f3287acbd5cbd5db19f0de5a1cd33eaea80 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Dec 14 15:13:28 2014 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jan 06 14:33:22 2015 -0800 |
tree | 31f61fc112eefc87fec2b90f429bbbfa18e005fe | |
parent | 82d5ffe1f67926c93179683c43a11b4cf1fab989 [diff] [blame] |
utils: Enable use of DummyKeychain to avoid crypto overhead Refs: #2233
diff --git a/helper/ndn-stack-helper.hpp b/helper/ndn-stack-helper.hpp index d32769c..afc43dc 100644 --- a/helper/ndn-stack-helper.hpp +++ b/helper/ndn-stack-helper.hpp
@@ -292,6 +292,9 @@ void SetDefaultRoutes(bool needSet); + static KeyChain& + getKeyChain(); + private: shared_ptr<NetDeviceFace> DefaultNetDeviceCallback(Ptr<Node> node, Ptr<L3Protocol> ndn, Ptr<NetDevice> netDevice) const;