StrategyInfo on pit::Entry. More...
#include <ncc-strategy.hpp>
Public Member Functions | |
virtual | ~PitEntryInfo () |
Public Member Functions inherited from nfd::fw::StrategyInfo | |
virtual | ~StrategyInfo () |
Static Public Member Functions | |
static constexpr int | getTypeId () |
Public Attributes | |
EventId | bestFaceTimeout |
timer that expires when best face does not respond within predicted time More... | |
EventId | propagateTimer |
timer for propagating to another face More... | |
time::microseconds | maxInterval |
maximum interval between forwarding to two nexthops except best and previous More... | |
Definition at line 99 of file ncc-strategy.hpp.
|
virtual |
Definition at line 307 of file ncc-strategy.cpp.
References nfd::scheduler::cancel().
|
inlinestatic |
Definition at line 103 of file ncc-strategy.hpp.
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.
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.
EventId nfd::fw::NccStrategy::PitEntryInfo::propagateTimer |
timer for propagating to another face
Definition at line 115 of file ncc-strategy.hpp.