NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
dummy-client-face.cpp File Reference
#include "dummy-client-face.hpp"
#include "../transport/transport.hpp"
#include "../management/nfd-controller.hpp"
#include "../management/nfd-control-response.hpp"
#include <boost/asio/io_service.hpp>
Include dependency graph for dummy-client-face.cpp:

Go to the source code of this file.

Classes

class  ndn::util::DummyClientFace::Transport
 

Namespaces

 ndn
 Copyright (c) 2011-2015 Regents of the University of California.
 
 ndn::util
 

Functions

template<>
void ndn::util::DummyClientFace::receive< lp::Nack > (const lp::Nack &nack)
 
shared_ptr< DummyClientFace > ndn::util::makeDummyClientFace (const DummyClientFace::Options &options=DummyClientFace::DEFAULT_OPTIONS)
 Create a dummy face with internal IO service. More...
 
shared_ptr< DummyClientFace > ndn::util::makeDummyClientFace (boost::asio::io_service &ioService, const DummyClientFace::Options &options=DummyClientFace::DEFAULT_OPTIONS)
 Create a dummy face with the provided IO service. More...