#include "ndn-cxx/encoding/block-helpers.hpp"#include "ndn-cxx/encoding/encoding-buffer.hpp"#include "ndn-cxx/lp/tlv.hpp"
 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 | |
| ndn::lp | |
Enumerations | |
| enum class | ndn::lp::NackReason {  ndn::lp::NONE = 0 , ndn::lp::CONGESTION = 50 , ndn::lp::DUPLICATE = 100 , ndn::lp::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) |