#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 | |
| Contains classes and functions related to NDNLPv2. | |
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 according to severity. More... | |
| std::ostream & | ndn::lp::operator<< (std::ostream &os, NackReason reason) |