NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: 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
 
class  NamespaceInfo
 stores stategy information about each face in this namespace More...
 
class  ProbingModule
 ASF Probing Module. More...
 
class  RttStats
 

Typedefs

typedef std::unordered_map< face::FaceId, FaceInfoFaceInfoTable
 

Functions

 NFD_REGISTER_STRATEGY (AsfStrategy)
 
double getValueForSorting (const FaceStats &stats)
 

Variables

 AsfMeasurements
 
 AsfStrategy
 

Typedef Documentation

◆ FaceInfoTable

typedef std::unordered_map<face::FaceId, FaceInfo> nfd::fw::asf::FaceInfoTable

Definition at line 188 of file asf-measurements.hpp.

Function Documentation

◆ NFD_REGISTER_STRATEGY()

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

◆ getValueForSorting()

Variable Documentation

◆ AsfMeasurements

◆ AsfStrategy

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