NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
cs-policy-priority-fifo.hpp File Reference
#include "cs-policy.hpp"
#include <list>
Include dependency graph for cs-policy-priority-fifo.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  nfd::cs::priority_fifo::EntryInfo
 
class  nfd::cs::priority_fifo::PriorityFifoPolicy
 Priority FIFO replacement policy. More...
 

Namespaces

 nfd
 Copyright (c) 2011-2015 Regents of the University of California.
 
 nfd::cs
 
 nfd::cs::priority_fifo
 

Typedefs

using nfd::cs::priority_fifo::Queue = std::list< Policy::EntryRef >
 

Enumerations

enum  nfd::cs::priority_fifo::QueueType { nfd::cs::priority_fifo::QUEUE_UNSOLICITED, nfd::cs::priority_fifo::QUEUE_STALE, nfd::cs::priority_fifo::QUEUE_FIFO, nfd::cs::priority_fifo::QUEUE_MAX }