NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: 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::KeyChain
The packet signing interface.
Definition:
key-chain.hpp:47
nfd
Copyright (c) 2011-2015 Regents of the University of California.
Definition:
ndn-common.hpp:40
face
ndnSIM
NFD
daemon
face
internal-face.hpp
Generated on Wed Jan 11 2017 18:17:15 for ndnSIM by
1.8.13