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

A PIT upstream record. More...

#include <pit-up.h>

Data Fields

uint32_t nonce
 nonce on last sent Interest More...
 
FaceID face
 the upstream face More...
 
bool canBePrefix
 sent Interest has CanBePrefix? More...
 
uint8_t nack
 Nack reason against last Interest. More...
 
TscTime lastTx
 when last Interest was sent More...
 
TscDuration suppress
 suppression duration since lastTx More...
 
uint16_t nTx
 how many Interests were sent More...
 
uint8_t nexthopIndex
 FIB nexthop index. More...
 
uint32_t rejectedNonces [PIT_UP_MAX_REJ_NONCES]
 nonces rejected by Nack~Duplicate from upstream More...
 

Detailed Description

A PIT upstream record.

Field Documentation

◆ canBePrefix

bool PitUp::canBePrefix

sent Interest has CanBePrefix?

◆ face

FaceID PitUp::face

the upstream face

◆ lastTx

TscTime PitUp::lastTx

when last Interest was sent

◆ nack

uint8_t PitUp::nack

Nack reason against last Interest.

◆ nexthopIndex

uint8_t PitUp::nexthopIndex

FIB nexthop index.

◆ nonce

uint32_t PitUp::nonce

nonce on last sent Interest

◆ nTx

uint16_t PitUp::nTx

how many Interests were sent

◆ rejectedNonces

uint32_t PitUp::rejectedNonces[PIT_UP_MAX_REJ_NONCES]

nonces rejected by Nack~Duplicate from upstream

◆ suppress

TscDuration PitUp::suppress

suppression duration since lastTx


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