StrategyInfo on pit::Entry. More...
#include <ncc-strategy.hpp>


Public Member Functions | |
| ~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 100 of file ncc-strategy.hpp.
|
override |
Definition at line 338 of file ncc-strategy.cpp.
|
inlinestaticconstexpr |
Definition at line 104 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 113 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 115 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 117 of file ncc-strategy.hpp.
Referenced by nfd::fw::NccStrategy::afterReceiveInterest(), and nfd::fw::NccStrategy::doPropagate().