NDN-DPDK
High-Speed Named Data Networking Forwarder
Loading...
Searching...
No Matches
PData Struct Reference

Parsed Data packet. More...

#include <data.h>

Data Fields

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

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: