NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
nfd::face::GenericLinkService::Options Class Reference

Options that control the behavior of GenericLinkService. More...

#include <generic-link-service.hpp>

Collaboration diagram for nfd::face::GenericLinkService::Options:

Public Member Functions

 Options ()
 

Public Attributes

bool allowLocalFields
 enables encoding of IncomingFaceId, and decoding of NextHopFaceId and CachePolicy More...
 
bool allowFragmentation
 enables fragmentation More...
 
LpFragmenter::Options fragmenterOptions
 options for fragmentation More...
 
bool allowReassembly
 enables reassembly More...
 
LpReassembler::Options reassemblerOptions
 options for reassembly More...
 

Detailed Description

Options that control the behavior of GenericLinkService.

Definition at line 85 of file generic-link-service.hpp.

Constructor & Destructor Documentation

§ Options()

nfd::face::GenericLinkService::Options::Options ( )

Definition at line 38 of file generic-link-service.cpp.

Member Data Documentation

§ allowLocalFields

bool nfd::face::GenericLinkService::Options::allowLocalFields

enables encoding of IncomingFaceId, and decoding of NextHopFaceId and CachePolicy

Definition at line 93 of file generic-link-service.hpp.

Referenced by ndn::Face::Face(), nfd::face::GenericLinkService::GenericLinkService(), nfd::face::makeInternalFace(), and nfd::FaceManager::setConfigFile().

§ allowFragmentation

bool nfd::face::GenericLinkService::Options::allowFragmentation

§ fragmenterOptions

LpFragmenter::Options nfd::face::GenericLinkService::Options::fragmenterOptions

options for fragmentation

Definition at line 101 of file generic-link-service.hpp.

§ allowReassembly

bool nfd::face::GenericLinkService::Options::allowReassembly

§ reassemblerOptions

LpReassembler::Options nfd::face::GenericLinkService::Options::reassemblerOptions

options for reassembly

Definition at line 109 of file generic-link-service.hpp.


The documentation for this class was generated from the following files: