nfd::face::LinkServiceCounters Class Reference

Counters provided by LinkService. More...

#include <daemon/face/link-service.hpp>

+ Inheritance diagram for nfd::face::LinkServiceCounters:
+ Collaboration diagram for nfd::face::LinkServiceCounters:

Public Attributes

PacketCounter nInData
 Count of incoming Data packets. More...
 
PacketCounter nInInterests
 Count of incoming Interest packets. More...
 
PacketCounter nInNacks
 Count of incoming Nack packets. More...
 
PacketCounter nInterestsExceededRetx
 Count of Interests dropped by reliability system for exceeding allowed number of retx. More...
 
PacketCounter nOutData
 Count of outgoing Data packets. More...
 
PacketCounter nOutInterests
 Count of outgoing Interest packets. More...
 
PacketCounter nOutNacks
 Count of outgoing Nack packets. More...
 

Detailed Description

Counters provided by LinkService.

Note
The type name LinkServiceCounters is an implementation detail. Use LinkService::Counters in public API.

Definition at line 40 of file link-service.hpp.

Member Data Documentation

◆ nInData

PacketCounter nfd::face::LinkServiceCounters::nInData

Count of incoming Data packets.

Definition at line 50 of file link-service.hpp.

◆ nInInterests

PacketCounter nfd::face::LinkServiceCounters::nInInterests

Count of incoming Interest packets.

Definition at line 44 of file link-service.hpp.

◆ nInNacks

PacketCounter nfd::face::LinkServiceCounters::nInNacks

Count of incoming Nack packets.

Definition at line 54 of file link-service.hpp.

◆ nInterestsExceededRetx

PacketCounter nfd::face::LinkServiceCounters::nInterestsExceededRetx

Count of Interests dropped by reliability system for exceeding allowed number of retx.

Definition at line 48 of file link-service.hpp.

◆ nOutData

PacketCounter nfd::face::LinkServiceCounters::nOutData

Count of outgoing Data packets.

Definition at line 52 of file link-service.hpp.

◆ nOutInterests

PacketCounter nfd::face::LinkServiceCounters::nOutInterests

Count of outgoing Interest packets.

Definition at line 46 of file link-service.hpp.

◆ nOutNacks

PacketCounter nfd::face::LinkServiceCounters::nOutNacks

Count of outgoing Nack packets.

Definition at line 56 of file link-service.hpp.