LBM .Net API Documentation
minimumRecoveryTime Method
Namespacescom.latencybusters.lbmLBMReceiverStatisticsminimumRecoveryTime()()()
Minimum time (in milliseconds) in which loss recovery was accomplished (LBT-RM, LBT-RU)
Declaration Syntax
C#
public long minimumRecoveryTime()
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 for NAK backoff interval, it may be taking multiple NAKs to initiate retransmissions, indicating a lossy network. 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: 5.3.6.0