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 Interest packets. More... | |
| PacketCounter | nInNacks |
| Count of incoming Nack packets. 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 Interest packets. More... | |
| PacketCounter | nOutNacks |
| Count of outgoing Nack packets. More... | |
Counters provided by LinkService.
Definition at line 40 of file link-service.hpp.
| PacketCounter nfd::face::LinkServiceCounters::nInData |
Count of incoming Data packets.
Definition at line 50 of file link-service.hpp.
| PacketCounter nfd::face::LinkServiceCounters::nInInterests |
Count of incoming Interest packets.
Definition at line 44 of file link-service.hpp.
| PacketCounter nfd::face::LinkServiceCounters::nInNacks |
Count of incoming Nack packets.
Definition at line 54 of file link-service.hpp.
| PacketCounter nfd::face::LinkServiceCounters::nInterestsExceededRetx |
Count of Interests dropped by reliability system for exceeding allowed number of retx.
Definition at line 48 of file link-service.hpp.
| PacketCounter nfd::face::LinkServiceCounters::nOutData |
Count of outgoing Data packets.
Definition at line 52 of file link-service.hpp.
| PacketCounter nfd::face::LinkServiceCounters::nOutInterests |
Count of outgoing Interest packets.
Definition at line 46 of file link-service.hpp.
| PacketCounter nfd::face::LinkServiceCounters::nOutNacks |
Count of outgoing Nack packets.
Definition at line 56 of file link-service.hpp.