NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
nack-header.hpp File Reference
Include dependency graph for nack-header.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ndn::lp::NackHeader
 represents a Network NACK header More...
 

Namespaces

 ndn
 Copyright (c) 2011-2015 Regents of the University of California.
 
 ndn::lp
 

Enumerations

enum  ndn::lp::NackReason { ndn::lp::NackReason::NONE = 0, ndn::lp::NackReason::CONGESTION = 50, ndn::lp::NackReason::DUPLICATE = 100, ndn::lp::NackReason::NO_ROUTE = 150 }
 indicates the reason type of a network NACK More...
 

Functions

std::ostream & ndn::lp::operator<< (std::ostream &os, NackReason reason)
 
bool ndn::lp::isLessSevere (lp::NackReason x, lp::NackReason y)
 compare NackReason for severity More...
 
 ndn::lp::NDN_CXX_DECLARE_WIRE_ENCODE_INSTANTIATIONS (NackHeader)