NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
packet.cpp File Reference
#include "packet.hpp"
#include "fields.hpp"
#include <boost/bind.hpp>
#include <boost/mpl/for_each.hpp>
#include <boost/range/adaptor/reversed.hpp>
Include dependency graph for packet.cpp:

Go to the source code of this file.

Namespaces

 ndn
 Copyright (c) 2011-2015 Regents of the University of California.
 
 ndn::lp
 

Variable Documentation

uint64_t tlvType

TLV-TYPE of the field; 0 if field does not exist.

Definition at line 61 of file packet.cpp.

Referenced by ndn::MetaInfo::Error::Error(), ndn::MetaInfo::findAppMetaInfo(), and ndn::MetaInfo::removeAppMetaInfo().

bool isRecognized

is this field known

Definition at line 62 of file packet.cpp.

bool canIgnore

can this unknown field be ignored

Definition at line 63 of file packet.cpp.

bool isRepeatable

is the field repeatable

Definition at line 64 of file packet.cpp.

int locationSortOrder

sort order of field_location_tag

Definition at line 65 of file packet.cpp.