NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
nfd::fw::asf Namespace Reference

Classes

class  AsfMeasurements
 Helper class to retrieve and create strategy measurements. More...
 
class  AsfStrategy
 Adaptive SRTT-based Forwarding Strategy. More...
 
class  FaceInfo
 Strategy information for each face in a namespace. More...
 
struct  FaceStats
 
struct  FaceStatsCompare
 
class  NamespaceInfo
 Stores strategy information about each face in this namespace. More...
 
class  ProbingModule
 ASF Probing Module. More...
 

Functions

 NFD_REGISTER_STRATEGY (AsfStrategy)
 
static uint64_t getParamValue (const std::string &param, const std::string &value)
 

Variables

 AsfStrategy
 

Function Documentation

◆ NFD_REGISTER_STRATEGY()

nfd::fw::asf::NFD_REGISTER_STRATEGY ( AsfStrategy  )

◆ getParamValue()

static uint64_t nfd::fw::asf::getParamValue ( const std::string &  param,
const std::string &  value 
)
static

Variable Documentation

◆ AsfStrategy

Definition at line 35 of file asf-strategy.cpp.