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 nDroppedInterests
 count of Interests dropped by reliability system for exceeding allowed number of retx More...
 
PacketCounter nInData
 count of incoming Data packets More...
 
PacketCounter nInInterests
 count of incoming Interests More...
 
PacketCounter nInNacks
 count of incoming Nacks 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 42 of file link-service.hpp.

Member Data Documentation

PacketCounter nfd::face::LinkServiceCounters::nDroppedInterests

count of Interests dropped by reliability system for exceeding allowed number of retx

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

PacketCounter nfd::face::LinkServiceCounters::nInData

count of incoming Data packets

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

PacketCounter nfd::face::LinkServiceCounters::nInInterests

count of incoming Interests

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

PacketCounter nfd::face::LinkServiceCounters::nInNacks

count of incoming Nacks

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

PacketCounter nfd::face::LinkServiceCounters::nOutData

count of outgoing Data packets

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

PacketCounter nfd::face::LinkServiceCounters::nOutInterests

count of outgoing Interests

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

PacketCounter nfd::face::LinkServiceCounters::nOutNacks

count of outgoing Nacks

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