LBM .Net API Documentation
meanRecoveryTime Method (n)
Namespacescom.latencybusters.lbmLBMReceiverStatisticsmeanRecoveryTime(Int32)
Mean time (in milliseconds) in which loss recovery was accomplished (LBT-RM, LBT-RU)
Declaration Syntax
C#
public long meanRecoveryTime(
	int n
)
Parameters
n (Int32)
Statistics set index
Return Value
Mean time (in milliseconds) in which loss recovery was accomplished.
Remarks
This is an exponentially weighted moving average (weighted to more recent) for accumulated measured recovery times. Ideally this field should be as close to your minimum recovery time (nak_stm_min, above) as possible. High mean recovery times indicate a lossy network. This method returns a value from the nth set of statistics encapsulated within this object.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0