LBM .Net API Documentation
unrecoveredMessagesWindowAdvance Method (n)
Namespacescom.latencybusters.lbmLBMReceiverStatisticsunrecoveredMessagesWindowAdvance(Int32)
Number of datagrams unrecovered due to transmission window advance (LBT-RM, LBT-RU)
Declaration Syntax
C#
public long unrecoveredMessagesWindowAdvance(
	int n
)
Parameters
n (Int32)
Statistics set index
Return Value
Number of datagrams unrecovered (LBM_MSG_UNRECOVERABLE_LOSS delivered to receiver application) due to transmission window advance.
Remarks
This means that the message was no longer in the source-side transmission window and therefore not retransmitted. The window size is set by the transport configuration option for transmission window size. This method returns a value from the nth set of statistics encapsulated within this object.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0