NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
tlv.hpp
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
22
#ifndef NDN_CXX_LP_TLV_HPP
23
#define NDN_CXX_LP_TLV_HPP
24
25
namespace
ndn
{
26
namespace
lp {
27
namespace
tlv {
28
32
enum
{
33
LpPacket
= 100,
34
Fragment
= 80,
35
Sequence
= 81,
36
FragIndex
= 82,
37
FragCount
= 83,
38
Nack
= 800,
39
NackReason
= 801,
40
NextHopFaceId
= 816,
41
CachePolicy
= 820,
42
CachePolicyType
= 821,
43
IncomingFaceId
= 817
44
};
45
46
enum
{
50
HEADER1_MIN
= 81,
51
55
HEADER1_MAX
= 99,
56
60
HEADER3_MIN
= 800,
61
65
HEADER3_MAX
= 959
66
};
67
68
}
// namespace tlv
69
}
// namespace lp
70
}
// namespace ndn
71
72
#endif // NDN_CXX_LP_TLV_HPP
ndn::lp::CachePolicy
represents a CachePolicy header field
Definition:
cache-policy.hpp:50
ndn
Copyright (c) 2011-2015 Regents of the University of California.
Definition:
ndn-strategy-choice-helper.hpp:34
ndn::lp::tlv::LpPacket
Definition:
tlv.hpp:33
ndn::lp::tlv::HEADER3_MIN
lower bound of 3-octet header field
Definition:
tlv.hpp:60
ndn::lp::tlv::HEADER3_MAX
upper bound of 3-octet header field
Definition:
tlv.hpp:65
ndn::lp::NackReason
NackReason
indicates the reason type of a network NACK
Definition:
nack-header.hpp:39
ndn::lp::Sequence
uint64_t Sequence
represents a sequence number
Definition:
sequence.hpp:35
ndn::lp::Nack
represents a Network NACK
Definition:
nack.hpp:40
ndn::lp::tlv::NextHopFaceId
Definition:
tlv.hpp:40
ndn::lp::tlv::HEADER1_MAX
upper bound of 1-octet header field
Definition:
tlv.hpp:55
ndn::lp::tlv::FragIndex
Definition:
tlv.hpp:36
ndn::lp::CachePolicyType
CachePolicyType
indicates the cache policy applied to a Data packet
Definition:
cache-policy.hpp:39
ndn::lp::tlv::HEADER1_MIN
lower bound of 1-octet header field
Definition:
tlv.hpp:50
ndn::lp::tlv::Fragment
Definition:
tlv.hpp:34
ndn::lp::tlv::FragCount
Definition:
tlv.hpp:37
ndn::lp::tlv::IncomingFaceId
Definition:
tlv.hpp:43
ndnSIM
ndn-cxx
src
lp
tlv.hpp
Generated on Tue Feb 23 2016 22:18:43 for ndnSIM by
1.8.11