StrategyInfo on pit::Entry. More...
#include <ncc-strategy.hpp>
Public Member Functions | |
virtual | ~PitEntryInfo () override |
Public Member Functions inherited from nfd::fw::StrategyInfo | |
virtual | ~StrategyInfo ()=default |
Static Public Member Functions | |
static constexpr int | getTypeId () |
Static Public Member Functions inherited from nfd::fw::StrategyInfo | |
static constexpr int | getTypeId () |
Public Attributes | |
scheduler::EventId | bestFaceTimeout |
timer that expires when best face does not respond within predicted time More... | |
scheduler::EventId | propagateTimer |
timer for propagating to another face More... | |
time::microseconds | maxInterval |
maximum interval between forwarding to two nexthops except best and previous More... | |
Additional Inherited Members | |
Protected Member Functions inherited from nfd::fw::StrategyInfo | |
StrategyInfo ()=default | |
Definition at line 95 of file ncc-strategy.hpp.
|
overridevirtual |
Definition at line 323 of file ncc-strategy.cpp.
References nfd::scheduler::cancel().
|
inlinestatic |
Definition at line 99 of file ncc-strategy.hpp.
scheduler::EventId nfd::fw::NccStrategy::PitEntryInfo::bestFaceTimeout |
timer that expires when best face does not respond within predicted time
Definition at line 109 of file ncc-strategy.hpp.
Referenced by nfd::fw::NccStrategy::afterReceiveInterest(), and nfd::fw::NccStrategy::beforeSatisfyInterest().
scheduler::EventId nfd::fw::NccStrategy::PitEntryInfo::propagateTimer |
timer for propagating to another face
Definition at line 111 of file ncc-strategy.hpp.
Referenced by nfd::fw::NccStrategy::afterReceiveInterest(), nfd::fw::NccStrategy::beforeSatisfyInterest(), and nfd::fw::NccStrategy::doPropagate().
time::microseconds nfd::fw::NccStrategy::PitEntryInfo::maxInterval |
maximum interval between forwarding to two nexthops except best and previous
Definition at line 113 of file ncc-strategy.hpp.
Referenced by nfd::fw::NccStrategy::afterReceiveInterest(), and nfd::fw::NccStrategy::doPropagate().