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

Parameters used to set Transport properties or LinkService options on a newly created face. More...

#include <channel.hpp>

Collaboration diagram for nfd::face::FaceParams:

Public Member Functions

 FaceParams () noexcept
 

Public Attributes

ndn::nfd::FacePersistency persistency
 
optional< time::nanoseconds > baseCongestionMarkingInterval
 
optional< uint64_t > defaultCongestionThreshold
 
bool wantLocalFields
 
bool wantLpReliability
 
boost::logic::tribool wantCongestionMarking
 

Detailed Description

Parameters used to set Transport properties or LinkService options on a newly created face.

Parameters are passed as a struct rather than individually, so that a future change in the list of parameters does not require an update to the method signature in all subclasses.

Definition at line 87 of file channel.hpp.

Constructor & Destructor Documentation

◆ FaceParams()

nfd::face::FaceParams::FaceParams ( )
inlinenoexcept

Definition at line 91 of file channel.hpp.

Member Data Documentation

◆ persistency

◆ baseCongestionMarkingInterval

optional<time::nanoseconds> nfd::face::FaceParams::baseCongestionMarkingInterval

Definition at line 101 of file channel.hpp.

◆ defaultCongestionThreshold

optional<uint64_t> nfd::face::FaceParams::defaultCongestionThreshold

Definition at line 102 of file channel.hpp.

◆ wantLocalFields

bool nfd::face::FaceParams::wantLocalFields

◆ wantLpReliability

bool nfd::face::FaceParams::wantLpReliability

Definition at line 104 of file channel.hpp.

◆ wantCongestionMarking

boost::logic::tribool nfd::face::FaceParams::wantCongestionMarking

Definition at line 105 of file channel.hpp.


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