LBM .Net API Documentation
retransmissionBytesSent Method (n)
Namespacescom.latencybusters.lbmLBMSourceStatisticsretransmissionBytesSent(Int32)
Number of bytes retransmitted by this source transport (LBT-RU, LBT-RM).
Declaration Syntax
C#
public long retransmissionBytesSent(
	int n
)
Parameters
n (Int32)
Statistics set index
Return Value
Total number of bytes retransmitted by this source transport.
Remarks
This count is triggered under the same circumstances as retransmissionsSent, above. In a normal, light-loss scenario, most NAKs received induce a retransmission. When losses become heavy and/or many receiver transports begin losing the same datagrams, NCF-related no-retransmit counts (naksIgnored, naksShed and naksIgnoredRetransmitDelay) may begin to inflate, and retransmissions retransmissionsSent) may become significantly lower than NAKs received (naksReceived). This method returns a value from the nth set of statistics encapsulated within this object.
See Also

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0