#include "ndn-cxx/lp/cache-policy.hpp"
#include "ndn-cxx/lp/empty-value.hpp"
#include "ndn-cxx/lp/prefix-announcement-header.hpp"
#include "ndn-cxx/tag.hpp"
Go to the source code of this file.
Namespaces | |
ndn | |
ndn::lp | |
Contains classes and functions related to NDNLPv2. | |
Typedefs | |
using | ndn::lp::CachePolicyTag = SimpleTag< CachePolicy, 12 > |
using | ndn::lp::CongestionMarkTag = SimpleTag< uint64_t, 13 > |
using | ndn::lp::IncomingFaceIdTag = SimpleTag< uint64_t, 10 > |
using | ndn::lp::NextHopFaceIdTag = SimpleTag< uint64_t, 11 > |
using | ndn::lp::NonDiscoveryTag = SimpleTag< EmptyValue, 14 > |
using | ndn::lp::PrefixAnnouncementTag = SimpleTag< PrefixAnnouncementHeader, 15 > |