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

A PIT downstream record. More...

#include <pit-dn.h>

Data Fields

TscTime expiry
 expiration time More...
 
uint32_t nonce
 downstream's nonce More...
 
FaceID face
 
uint8_t congMark
 
uint8_t txHopLimit
 downstream's HopLimit minus one More...
 
bool canBePrefix
 Interest has CanBePrefix? More...
 
LpPitToken token
 downstream's token More...
 

Detailed Description

A PIT downstream record.

Field Documentation

◆ canBePrefix

bool PitDn::canBePrefix

Interest has CanBePrefix?

◆ congMark

uint8_t PitDn::congMark

◆ expiry

TscTime PitDn::expiry

expiration time

◆ face

FaceID PitDn::face

◆ nonce

uint32_t PitDn::nonce

downstream's nonce

◆ token

LpPitToken PitDn::token

downstream's token

◆ txHopLimit

uint8_t PitDn::txHopLimit

downstream's HopLimit minus one


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