NDN-DPDK
High-Speed Named Data Networking Forwarder
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
PData Struct Reference

Parsed Data packet. More...

#include <data.h>

Data Fields

PName name
 
uint32_t freshness
 FreshnessPeriod in millis. More...
 
bool hasDigest
 
bool isFinalBlock
 
uint32_t contentOffset
 Content TLV-VALUE offset. More...
 
uint32_t contentL
 Content TLV-LENGTH. More...
 
RTE_MARKER64 a_
 
uint8_t digest [ImplicitDigestLength]
 
RTE_MARKER64 b_
 
uint8_t helperScratch [192]
 scratch area for helper threads More...
 

Detailed Description

Parsed Data packet.

Field Documentation

◆ a_

RTE_MARKER64 PData::a_

◆ b_

RTE_MARKER64 PData::b_

◆ contentL

uint32_t PData::contentL

Content TLV-LENGTH.

◆ contentOffset

uint32_t PData::contentOffset

Content TLV-VALUE offset.

◆ digest

uint8_t PData::digest[ImplicitDigestLength]

◆ freshness

uint32_t PData::freshness

FreshnessPeriod in millis.

◆ hasDigest

bool PData::hasDigest

◆ helperScratch

uint8_t PData::helperScratch[192]

scratch area for helper threads

◆ isFinalBlock

bool PData::isFinalBlock

◆ name

PName PData::name

The documentation for this struct was generated from the following file: