nfd::fw::NccStrategy::PitEntryInfo Class Reference

StrategyInfo on pit::Entry. More...

#include <daemon/fw/ncc-strategy.hpp>

+ Inheritance diagram for nfd::fw::NccStrategy::PitEntryInfo:
+ Collaboration diagram for nfd::fw::NccStrategy::PitEntryInfo:

Public Member Functions

virtual ~PitEntryInfo () override
 

Static Public Member Functions

static constexpr int getTypeId ()
 

Public Attributes

scheduler::EventId bestFaceTimeout
 timer that expires when best face does not respond within predicted time More...
 
time::microseconds maxInterval
 maximum interval between forwarding to two nexthops except best and previous More...
 
scheduler::EventId propagateTimer
 timer for propagating to another face More...
 

Detailed Description

StrategyInfo on pit::Entry.

Definition at line 98 of file ncc-strategy.hpp.

Constructor & Destructor Documentation

nfd::fw::NccStrategy::PitEntryInfo::~PitEntryInfo ( )
overridevirtual

Definition at line 337 of file ncc-strategy.cpp.

Member Function Documentation

static constexpr int nfd::fw::NccStrategy::PitEntryInfo::getTypeId ( )
inlinestatic

Definition at line 102 of file ncc-strategy.hpp.

Member Data Documentation

scheduler::EventId nfd::fw::NccStrategy::PitEntryInfo::bestFaceTimeout

timer that expires when best face does not respond within predicted time

Definition at line 112 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 116 of file ncc-strategy.hpp.

scheduler::EventId nfd::fw::NccStrategy::PitEntryInfo::propagateTimer

timer for propagating to another face

Definition at line 114 of file ncc-strategy.hpp.