LBM .Net API Documentation
naksIgnored Method
Namespacescom.latencybusters.lbmLBMSourceStatisticsnaksIgnored()()()
Number of NAKs this source transport ignored and sent an NCF with reason code "ignored" (LBT-RM, LBT-RU).
Declaration Syntax
C#
public long naksIgnored()
Return Value
Number of NAKs this source transport ignored and sent an NCF with reason code set to "ignored".
Remarks
A source transport ignores a NAK for a datagram it has already recently retransmitted. How "recently" is determined by the configuration option source transport_lbtrm_ignore_interval (default 500ms). 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 first set of statistics encapsulated within this object and would normally be used when the object has been created using a specific source to instantiate the class.
See Also

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0