NDN-DPDK
High-Speed Named Data Networking Forwarder
|
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... | |
Parsed Data packet.
RTE_MARKER64 PData::a_ |
RTE_MARKER64 PData::b_ |
uint32_t PData::contentL |
Content TLV-LENGTH.
uint32_t PData::contentOffset |
Content TLV-VALUE offset.
uint8_t PData::digest[ImplicitDigestLength] |
uint32_t PData::freshness |
FreshnessPeriod in millis.
bool PData::hasDigest |
uint8_t PData::helperScratch[192] |
scratch area for helper threads
bool PData::isFinalBlock |
PName PData::name |