NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
internal-face.hpp
Go to the documentation of this file.
1 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
26 #ifndef NFD_DAEMON_FACE_INTERNAL_FACE_HPP
27 #define NFD_DAEMON_FACE_INTERNAL_FACE_HPP
28 
29 #include "face.hpp"
30 #include <ndn-cxx/face.hpp>
31 
32 namespace nfd {
33 namespace face {
34 
45 std::tuple<shared_ptr<Face>, shared_ptr<ndn::Face>>
46 makeInternalFace(ndn::KeyChain& clientKeyChain);
47 
48 } // namespace face
49 } // namespace nfd
50 
51 #endif // NFD_DAEMON_FACE_INTERNAL_FACE_HPP
std::tuple< shared_ptr< Face >, shared_ptr< ndn::Face > > makeInternalFace(ndn::KeyChain &clientKeyChain)
make a pair of forwarder-side face and client-side face that are connected with each other ...
ndn security KeyChain
Definition: key-chain.cpp:70
Copyright (c) 2011-2015 Regents of the University of California.
Definition: ndn-common.hpp:39