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
nfd
Copyright (c) 2011-2015 Regents of the University of California.
Definition:
ndn-common.hpp:40
ndn::security::v2::KeyChain
The interface of signing key management.
Definition:
key-chain.hpp:47
nfd::face::makeInternalFace
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
Definition:
internal-face.cpp:35
face.hpp
ndnSIM
NFD
daemon
face
internal-face.hpp
Generated on Mon Jun 1 2020 22:32:15 for ndnSIM by
1.8.18