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) 2013-2017 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

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