NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
ndn::lp::tlv Namespace Reference

Enumerations

enum  {
  LpPacket = 100, Fragment = 80, Sequence = 81, FragIndex = 82,
  FragCount = 83, HopCountTag = 84, Nack = 800, NackReason = 801,
  NextHopFaceId = 816, CachePolicy = 820, CachePolicyType = 821, IncomingFaceId = 817,
  CongestionMark = 832
}
 TLV-TYPE code assignments for NDNLPv2. More...
 
enum  { HEADER1_MIN = 81, HEADER1_MAX = 99, HEADER3_MIN = 800, HEADER3_MAX = 959 }
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

TLV-TYPE code assignments for NDNLPv2.

Enumerator
LpPacket 
Fragment 
Sequence 
FragIndex 
FragCount 
HopCountTag 
Nack 
NackReason 
NextHopFaceId 
CachePolicy 
CachePolicyType 
IncomingFaceId 
CongestionMark 

Definition at line 32 of file tlv.hpp.

◆ anonymous enum

anonymous enum
Enumerator
HEADER1_MIN 

lower bound of 1-octet header field

HEADER1_MAX 

upper bound of 1-octet header field

HEADER3_MIN 

lower bound of 3-octet header field

HEADER3_MAX 

upper bound of 3-octet header field

Definition at line 48 of file tlv.hpp.