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 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 57 of file link-service.hpp.

◆ nInInterests

PacketCounter nfd::face::LinkServiceCounters::nInInterests

count of incoming Interests

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

◆ nInNacks

PacketCounter nfd::face::LinkServiceCounters::nInNacks

count of incoming Nacks

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

◆ nOutData

PacketCounter nfd::face::LinkServiceCounters::nOutData

count of outgoing Data packets

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

◆ nOutInterests

PacketCounter nfd::face::LinkServiceCounters::nOutInterests

count of outgoing Interests

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

◆ nOutNacks

PacketCounter nfd::face::LinkServiceCounters::nOutNacks

count of outgoing Nacks

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