MSPacketLoss Dictionary object
[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]
Contains metrics related to packet loss. It is described in [MS-QoE] Section 2.2.1.24 (PacketLoss).
Syntax
dictionary MSPacketLoss {
float lossRate;
float lossRateMax;
};
Standards information
MSPacketLoss Dictionary
Member | Type | Description |
---|---|---|
lossRate | float | The average fraction lost, as specified in [RFC3550] Section 6.4.1, computed over the duration of the session. |
lossRateMax | float | The maximum fraction lost, as specified in [RFC3550] Section 6.4.1, computed over the duration of the session. |