counters provided by LinkService More...
#include <link-service.hpp>
Public Attributes | |
PacketCounter | nInInterests |
count of incoming Interests More... | |
PacketCounter | nOutInterests |
count of outgoing Interests More... | |
PacketCounter | nInterestsExceededRetx |
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... | |
counters provided by LinkService
Definition at line 40 of file link-service.hpp.
PacketCounter nfd::face::LinkServiceCounters::nInInterests |
count of incoming Interests
Definition at line 45 of file link-service.hpp.
Referenced by nfd::face::LinkService::receiveInterest().
PacketCounter nfd::face::LinkServiceCounters::nOutInterests |
count of outgoing Interests
Definition at line 49 of file link-service.hpp.
Referenced by nfd::face::LinkService::sendInterest().
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.
Referenced by nfd::face::LinkService::notifyDroppedInterest().
PacketCounter nfd::face::LinkServiceCounters::nInData |
count of incoming Data packets
Definition at line 57 of file link-service.hpp.
Referenced by nfd::face::LinkService::receiveData().
PacketCounter nfd::face::LinkServiceCounters::nOutData |
count of outgoing Data packets
Definition at line 61 of file link-service.hpp.
Referenced by nfd::face::LinkService::sendData().
PacketCounter nfd::face::LinkServiceCounters::nInNacks |
count of incoming Nacks
Definition at line 65 of file link-service.hpp.
Referenced by nfd::face::LinkService::receiveNack().
PacketCounter nfd::face::LinkServiceCounters::nOutNacks |
count of outgoing Nacks
Definition at line 69 of file link-service.hpp.
Referenced by nfd::face::LinkService::sendNack().