NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
nfd::fw::NccStrategy::PitEntryInfo Class Reference

StrategyInfo on pit::Entry. More...

#include <ncc-strategy.hpp>

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

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

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...
 

Detailed Description

StrategyInfo on pit::Entry.

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

Constructor & Destructor Documentation

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

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

References nfd::scheduler::cancel().

Member Function Documentation

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

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

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

timer for propagating to another face

Definition at line 115 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.


The documentation for this class was generated from the following files: