counters provided by LinkService More...
#include <daemon/face/link-service.hpp>
Public Attributes | |
PacketCounter | nInData |
count of incoming Data More... | |
PacketCounter | nInInterests |
count of incoming Interests More... | |
PacketCounter | nInNacks |
count of incoming Nacks More... | |
PacketCounter | nOutData |
count of outgoing Data More... | |
PacketCounter | nOutInterests |
count of outgoing Interests More... | |
PacketCounter | nOutNacks |
count of outgoing Nacks More... | |
counters provided by LinkService
Definition at line 42 of file link-service.hpp.
PacketCounter nfd::face::LinkServiceCounters::nInData |
count of incoming Data
Definition at line 55 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 63 of file link-service.hpp.
PacketCounter nfd::face::LinkServiceCounters::nOutData |
count of outgoing Data
Definition at line 59 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 67 of file link-service.hpp.