Options that control the behavior of GenericLinkService. More...
#include <generic-link-service.hpp>
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... | |
LpReliability::Options | reliabilityOptions |
options for reliability More... | |
Options that control the behavior of GenericLinkService.
Definition at line 94 of file generic-link-service.hpp.
nfd::face::GenericLinkService::Options::Options | ( | ) |
Definition at line 34 of file generic-link-service.cpp.
bool nfd::face::GenericLinkService::Options::allowLocalFields |
enables encoding of IncomingFaceId, and decoding of NextHopFaceId and CachePolicy
Definition at line 102 of file generic-link-service.hpp.
Referenced by nfd::face::TcpChannel::connect(), ndn::Face::Face(), nfd::face::makeInternalFace(), and nfd::face::GenericLinkService::setOptions().
bool nfd::face::GenericLinkService::Options::allowFragmentation |
enables fragmentation
Definition at line 106 of file generic-link-service.hpp.
Referenced by ns3::ndn::constructFaceUri(), nfd::face::EthernetFactory::createMulticastFace(), nfd::face::EthernetChannel::listen(), and nfd::face::GenericLinkService::setOptions().
LpFragmenter::Options nfd::face::GenericLinkService::Options::fragmenterOptions |
options for fragmentation
Definition at line 110 of file generic-link-service.hpp.
Referenced by nfd::face::GenericLinkService::setOptions().
bool nfd::face::GenericLinkService::Options::allowReassembly |
enables reassembly
Definition at line 114 of file generic-link-service.hpp.
Referenced by ns3::ndn::constructFaceUri(), nfd::face::EthernetFactory::createMulticastFace(), nfd::face::EthernetChannel::listen(), and nfd::face::GenericLinkService::setOptions().
LpReassembler::Options nfd::face::GenericLinkService::Options::reassemblerOptions |
options for reassembly
Definition at line 118 of file generic-link-service.hpp.
Referenced by nfd::face::GenericLinkService::setOptions().
LpReliability::Options nfd::face::GenericLinkService::Options::reliabilityOptions |
options for reliability
Definition at line 122 of file generic-link-service.hpp.
Referenced by nfd::face::TcpChannel::connect(), nfd::face::UdpChannel::listen(), nfd::face::EthernetChannel::listen(), and nfd::face::GenericLinkService::setOptions().