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

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

#include <face-common.hpp>

Collaboration diagram for nfd::face::FaceParams:

Public Attributes

ndn::nfd::FacePersistency persistency = ndn::nfd::FACE_PERSISTENCY_PERSISTENT
 
optional< time::nanosecondsbaseCongestionMarkingInterval
 
optional< uint64_t > defaultCongestionThreshold
 
optional< ssize_t > mtu
 
bool wantLocalFields = false
 
bool wantLpReliability = false
 
boost::logic::tribool wantCongestionMarking = boost::logic::indeterminate
 

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 78 of file face-common.hpp.

Member Data Documentation

◆ persistency

◆ baseCongestionMarkingInterval

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

◆ defaultCongestionThreshold

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

◆ mtu

◆ wantLocalFields

◆ wantLpReliability

bool nfd::face::FaceParams::wantLpReliability = false

◆ wantCongestionMarking

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

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