NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
ndn::util::DummyClientFace::Options Struct Reference

options for DummyClientFace More...

#include <dummy-client-face.hpp>

Public Attributes

bool enablePacketLogging
 if true, packets sent out of DummyClientFace will be appended to a container More...
 
bool enableRegistrationReply
 if true, prefix registration command will be automatically replied with a successful response More...
 

Detailed Description

options for DummyClientFace

Definition at line 41 of file dummy-client-face.hpp.

Member Data Documentation

§ enablePacketLogging

bool ndn::util::DummyClientFace::Options::enablePacketLogging

if true, packets sent out of DummyClientFace will be appended to a container

Definition at line 45 of file dummy-client-face.hpp.

Referenced by ndn::util::DummyClientFace::DummyClientFace().

§ enableRegistrationReply

bool ndn::util::DummyClientFace::Options::enableRegistrationReply

if true, prefix registration command will be automatically replied with a successful response

Definition at line 50 of file dummy-client-face.hpp.

Referenced by ndn::util::DummyClientFace::DummyClientFace().


The documentation for this struct was generated from the following file: