LBM .Net API Documentation
ncfsIgnored Method (n)
Namespacescom.latencybusters.lbmLBMReceiverStatisticsncfsIgnored(Int32)
Number of NCFs received from a source transport with reason code "ignored" (LBT-RM, LBT-RU)
Declaration Syntax
C#
public long ncfsIgnored(
	int n
)
Parameters
n (Int32)
Statistics set index
Return Value
Number of NCFs received from a source with the reason code set to "ignored".
Remarks
If a source transport receives a NAK for a datagram that it has recently retransmitted, it sends an "NCF ignored" and does not retransmit. How recently" is determined by the configuration option for ignore interval. If this count is high, a receiver transport may be having trouble receiving retransmissions, or the ignore interval may be set too long. This method returns a value from the nth set of statistics encapsulated within this object.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0