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...
 
class  NamespaceInfo
 Stores strategy information about each face in this namespace. More...
 
class  ProbingModule
 ASF Probing Module. More...
 

Functions

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

Function Documentation

◆ getParamValue()

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

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

◆ NFD_REGISTER_STRATEGY()

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