ndn-embeds 0.1.0
Lightweight NDN protocol stack for embedded systems
Loading...
Searching...
No Matches
ndn::Pit::Stats Struct Reference

PIT statistics. More...

#include <ndn/pit.hpp>

Public Attributes

uint32_t insertions = 0
 Number of new insertions.
 
uint32_t aggregations = 0
 Number of aggregations.
 
uint32_t duplicates = 0
 Number of duplicate detections (loops)
 
uint32_t timeouts = 0
 Number of timeouts.
 

Detailed Description

PIT statistics.

Definition at line 225 of file pit.hpp.

Member Data Documentation

◆ aggregations

uint32_t ndn::Pit::Stats::aggregations = 0

Number of aggregations.

Definition at line 227 of file pit.hpp.

Referenced by ndn::Pit::insert().

◆ duplicates

uint32_t ndn::Pit::Stats::duplicates = 0

Number of duplicate detections (loops)

Definition at line 228 of file pit.hpp.

Referenced by ndn::Pit::insert().

◆ insertions

uint32_t ndn::Pit::Stats::insertions = 0

Number of new insertions.

Definition at line 226 of file pit.hpp.

Referenced by ndn::Pit::insert().

◆ timeouts

uint32_t ndn::Pit::Stats::timeouts = 0

Number of timeouts.

Definition at line 229 of file pit.hpp.

Referenced by ndn::Pit::processTimeouts().


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