nn::nex::RootTransport::PacketHistoryCount Enumerated Type

Syntax

enum PacketHistoryCount;

Value

Value Description
PACKET_HISTORY_UNBUNDLING_COUNT The number of cases for which no bundling is determined.
PACKET_HISTORY_BUNDLING_COUNT_NONE The number of cases where there were no packets to be bundled in the queue and bundling could not be performed.
PACKET_HISTORY_BUNDLING_COUNT_ONE_AND_MORE The number of cases where at least one packet was bundled.
PACKET_HISTORY_BUNDLING_COUNT_A_HALF_AND_MORE The number of cases where at least the number of packets given by one half of SetPacketHistoryBundlingMaxRetransmitPackets were bundled.
PACKET_HISTORY_BUNDLING_COUNT_MAX The number of cases where the number of packets given by SetPacketHistoryBundlingMaxRetransmitPackets were bundled.
PACKET_HISTORY_TOTAL_COUNT The total number of packets equal to the sum of PACKET_HISTORY_UNBUNDLING_COUNT + PACKET_HISTORY_BUNDLING_COUNT_NONE + PACKET_HISTORY_BUNDLING_COUNT_ONE_AND_MORE.

Description

Statistical type value for the number of packets used for PacketHistoryBundling.

This value is used as the subscript of the array passed by the GetPacketHistoryBundlingPacketCounts function and as an argument to the GetPacketHistoryBundlingPacketCount function.

Revision History

2011/08/02
Initial version.

CONFIDENTIAL