LBM .Net API Documentation
minimumRecoveryTime Method (n)
Namespacescom.latencybusters.lbmLBMImmediateMessageReceiverStatisticsminimumRecoveryTime(Int32)
Minimum time (in milliseconds) in which loss recovery was accomplished (LBT-RM only)
Declaration Syntax
C#
public long minimumRecoveryTime(
	int n
)
Parameters
n (Int32)
Statistics set index
Return Value
Minimum time (in milliseconds), i.e., the shortest time recorded so far, for a lost message to be recovered.
Remarks
If this time is greater than configuration option transport_lbtrm_nak_backoff_interval, it may be taking multiple NAKs to initiate retransmissions, indicating a lossy network. This method returns a value from the nth set of statistics encapsulated within this object.

Assembly: lbmcs (Module: lbmcs) Version: 5.3.6.0