counters provided by GenericLinkService More...
#include <generic-link-service.hpp>
Public Attributes | |
PacketCounter | nFragmentationErrors |
count of failed fragmentations More... | |
PacketCounter | nOutOverMtu |
count of outgoing LpPackets dropped due to exceeding MTU limit More... | |
PacketCounter | nInLpInvalid |
count of invalid LpPackets dropped before reassembly More... | |
SizeCounter< LpReassembler > | nReassembling |
count of network-layer packets currently being reassembled More... | |
PacketCounter | nReassemblyTimeouts |
count of dropped partial network-layer packets due to reassembly timeout More... | |
PacketCounter | nInNetInvalid |
count of invalid reassembled network-layer packets dropped More... | |
PacketCounter | nAcknowledged |
count of network-layer packets that did not require retransmission of a fragment More... | |
PacketCounter | nRetransmitted |
count of network-layer packets that had at least one fragment retransmitted, but were eventually received in full More... | |
PacketCounter | nRetxExhausted |
count of network-layer packets dropped because a fragment reached the maximum number of retransmissions More... | |
PacketCounter | nDuplicateSequence |
count of LpPackets dropped due to duplicate Sequence numbers More... | |
PacketCounter | nCongestionMarked |
count of outgoing LpPackets that were marked with congestion marks More... | |
Public Attributes inherited from nfd::face::LinkServiceCounters | |
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 GenericLinkService
Definition at line 43 of file generic-link-service.hpp.
PacketCounter nfd::face::GenericLinkServiceCounters::nFragmentationErrors |
count of failed fragmentations
Definition at line 48 of file generic-link-service.hpp.
PacketCounter nfd::face::GenericLinkServiceCounters::nOutOverMtu |
count of outgoing LpPackets dropped due to exceeding MTU limit
If this counter is non-zero, the operator should enable fragmentation.
Definition at line 54 of file generic-link-service.hpp.
PacketCounter nfd::face::GenericLinkServiceCounters::nInLpInvalid |
count of invalid LpPackets dropped before reassembly
Definition at line 58 of file generic-link-service.hpp.
SizeCounter<LpReassembler> nfd::face::GenericLinkServiceCounters::nReassembling |
count of network-layer packets currently being reassembled
Definition at line 62 of file generic-link-service.hpp.
PacketCounter nfd::face::GenericLinkServiceCounters::nReassemblyTimeouts |
count of dropped partial network-layer packets due to reassembly timeout
Definition at line 66 of file generic-link-service.hpp.
PacketCounter nfd::face::GenericLinkServiceCounters::nInNetInvalid |
count of invalid reassembled network-layer packets dropped
Definition at line 70 of file generic-link-service.hpp.
PacketCounter nfd::face::GenericLinkServiceCounters::nAcknowledged |
count of network-layer packets that did not require retransmission of a fragment
Definition at line 74 of file generic-link-service.hpp.
PacketCounter nfd::face::GenericLinkServiceCounters::nRetransmitted |
count of network-layer packets that had at least one fragment retransmitted, but were eventually received in full
Definition at line 79 of file generic-link-service.hpp.
PacketCounter nfd::face::GenericLinkServiceCounters::nRetxExhausted |
count of network-layer packets dropped because a fragment reached the maximum number of retransmissions
Definition at line 84 of file generic-link-service.hpp.
PacketCounter nfd::face::GenericLinkServiceCounters::nDuplicateSequence |
count of LpPackets dropped due to duplicate Sequence numbers
Definition at line 88 of file generic-link-service.hpp.
PacketCounter nfd::face::GenericLinkServiceCounters::nCongestionMarked |
count of outgoing LpPackets that were marked with congestion marks
Definition at line 92 of file generic-link-service.hpp.