LBM .Net API Documentation
outOfOrder Method (n)
Namespacescom.latencybusters.lbmLBMImmediateMessageReceiverStatisticsoutOfOrder(Int32)
Number of out-of-order datagrams received.
Declaration Syntax
C#
public long outOfOrder(
	int n
)
Parameters
n (Int32)
Statistics set index
Return Value
Number of datagrams received out of order.
Remarks
A datagram is counted as out of order if it fills a previously detected sequence gap, but is not a retransmission. Note that if the duplicates counter duplicate_data, above) increases along with this statistic, this implies the arrivals of retransmitted datagrams before their originals. This method returns a value from the nth set of statistics encapsulated within this object.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0