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
face.hpp
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
ndn::security::v2::KeyChain
ndn security KeyChain
Definition:
key-chain.cpp:70
face.hpp
nfd
Copyright (c) 2011-2015 Regents of the University of California.
Definition:
ndn-common.hpp:39
ndnSIM
NFD
daemon
face
internal-face.hpp
Generated on Fri May 6 2022 12:34:13 for ndnSIM by
1.8.13