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 Interests. More...
 
PacketCounter nInNacks
 Count of incoming Nacks. 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 Interests. More...
 
PacketCounter nOutNacks
 Count of outgoing Nacks. 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 39 of file link-service.hpp.

Member Data Documentation

◆ nInData

PacketCounter nfd::face::LinkServiceCounters::nInData

Count of incoming Data packets.

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

◆ nInInterests

PacketCounter nfd::face::LinkServiceCounters::nInInterests

Count of incoming Interests.

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

◆ nInNacks

PacketCounter nfd::face::LinkServiceCounters::nInNacks

Count of incoming Nacks.

Definition at line 64 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 52 of file link-service.hpp.

◆ nOutData

PacketCounter nfd::face::LinkServiceCounters::nOutData

Count of outgoing Data packets.

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

◆ nOutInterests

PacketCounter nfd::face::LinkServiceCounters::nOutInterests

Count of outgoing Interests.

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

◆ nOutNacks

PacketCounter nfd::face::LinkServiceCounters::nOutNacks

Count of outgoing Nacks.

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