NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pit-entry.hpp File Reference
#include "pit-in-record.hpp"
#include "pit-out-record.hpp"
#include "core/scheduler.hpp"
Include dependency graph for pit-entry.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  nfd::pit::Entry
 represents a PIT entry More...
 

Namespaces

 nfd
 Copyright (c) 2011-2015 Regents of the University of California.
 
 nfd::name_tree
 
 nfd::pit
 

Typedefs

typedef std::list< InRecord > nfd::pit::InRecordCollection
 represents an unordered collection of InRecords More...
 
typedef std::list< OutRecord > nfd::pit::OutRecordCollection
 represents an unordered collection of OutRecords More...
 

Enumerations

enum  nfd::pit::DuplicateNonceWhere {
  nfd::pit::DUPLICATE_NONCE_NONE = 0, nfd::pit::DUPLICATE_NONCE_IN_SAME = (1 << 0), nfd::pit::DUPLICATE_NONCE_IN_OTHER = (1 << 1), nfd::pit::DUPLICATE_NONCE_OUT_SAME = (1 << 2),
  nfd::pit::DUPLICATE_NONCE_OUT_OTHER = (1 << 3)
}
 indicates where duplicate Nonces are found More...