Parameters used to set Transport properties or LinkService options on a newly created face. More...
#include <daemon/face/face-common.hpp>
Public Attributes | |
std::optional< time::nanoseconds > | baseCongestionMarkingInterval |
std::optional< uint64_t > | defaultCongestionThreshold |
std::optional< ssize_t > | mtu |
ndn::nfd::FacePersistency | persistency = ndn::nfd::FACE_PERSISTENCY_PERSISTENT |
boost::logic::tribool | wantCongestionMarking = boost::logic::indeterminate |
bool | wantLocalFields = false |
bool | wantLpReliability = false |
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 86 of file face-common.hpp.
std::optional<time::nanoseconds> nfd::face::FaceParams::baseCongestionMarkingInterval |
Definition at line 89 of file face-common.hpp.
std::optional<uint64_t> nfd::face::FaceParams::defaultCongestionThreshold |
Definition at line 90 of file face-common.hpp.
std::optional<ssize_t> nfd::face::FaceParams::mtu |
Definition at line 91 of file face-common.hpp.
ndn::nfd::FacePersistency nfd::face::FaceParams::persistency = ndn::nfd::FACE_PERSISTENCY_PERSISTENT |
Definition at line 88 of file face-common.hpp.
boost::logic::tribool nfd::face::FaceParams::wantCongestionMarking = boost::logic::indeterminate |
Definition at line 94 of file face-common.hpp.
bool nfd::face::FaceParams::wantLocalFields = false |
Definition at line 92 of file face-common.hpp.
bool nfd::face::FaceParams::wantLpReliability = false |
Definition at line 93 of file face-common.hpp.