NS-3 based Named Data Networking (NDN) simulator
ndnSIM: NDN, CCN, CCNx, content centric networks
API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
ns3::ndn::ndnSIM::persistent_policy_traits Struct Reference

Traits for persistent replacement policy. More...

#include <persistent-policy.h>

Classes

struct  container_hook
 
struct  policy
 
struct  policy_hook_type
 

Static Public Member Functions

static std::string GetName ()
 Name that can be used to identify the policy (for NS-3 object model and logging)
 

Detailed Description

Traits for persistent replacement policy.

In this policy entries are added until there is a space (controlled by set_max_size call). If maximum is reached, new entries will not be added and nothing will be removed from the container

Definition at line 37 of file persistent-policy.h.


The documentation for this struct was generated from the following file: