NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
nfd::face::LinkServiceCounters Class Reference

counters provided by LinkService More...

#include <link-service.hpp>

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

Public Attributes

PacketCounter nInInterests
 count of incoming Interests More...
 
PacketCounter nOutInterests
 count of outgoing Interests More...
 
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 nOutData
 count of outgoing Data packets More...
 
PacketCounter nInNacks
 count of incoming Nacks 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

◆ nInInterests

PacketCounter nfd::face::LinkServiceCounters::nInInterests

count of incoming Interests

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

Referenced by nfd::face::LinkService::receiveInterest().

◆ nOutInterests

PacketCounter nfd::face::LinkServiceCounters::nOutInterests

count of outgoing Interests

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

Referenced by nfd::face::LinkService::sendInterest().

◆ nDroppedInterests

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.

Referenced by nfd::face::LinkService::notifyDroppedInterest().

◆ nInData

PacketCounter nfd::face::LinkServiceCounters::nInData

count of incoming Data packets

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

Referenced by nfd::face::LinkService::receiveData().

◆ nOutData

PacketCounter nfd::face::LinkServiceCounters::nOutData

count of outgoing Data packets

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

Referenced by nfd::face::LinkService::sendData().

◆ nInNacks

PacketCounter nfd::face::LinkServiceCounters::nInNacks

count of incoming Nacks

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

Referenced by nfd::face::LinkService::receiveNack().

◆ nOutNacks

PacketCounter nfd::face::LinkServiceCounters::nOutNacks

count of outgoing Nacks

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

Referenced by nfd::face::LinkService::sendNack().


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