Struct ReliableUtility.Statistics
Statistics tracked internally by the reliable pipeline stage.
Inherited Members
Namespace: Unity.Networking.Transport.Utilities
Assembly: Unity.Networking.Transport.dll
Syntax
public struct ReliableUtility.StatisticsFields
PacketsDropped
Number of packets that were dropped in transit.
Declaration
public int PacketsDroppedField Value
| Type | Description | 
|---|---|
| int | Number of packets. | 
PacketsDuplicated
Number of duplicated packets received by the pipeline stage.
Declaration
public int PacketsDuplicatedField Value
| Type | Description | 
|---|---|
| int | Number of packets. | 
Remarks
Doesn't differentiate between real duplicates and resends.
PacketsOutOfOrder
Number of packets that arrived out of order.
Declaration
public int PacketsOutOfOrderField Value
| Type | Description | 
|---|---|
| int | Number of packets. | 
PacketsReceived
Number of packets received by the pipeline stage.
Declaration
public int PacketsReceivedField Value
| Type | Description | 
|---|---|
| int | Number of packets. | 
PacketsResent
Number of packets resent by the pipeline stage.
Declaration
public int PacketsResentField Value
| Type | Description | 
|---|---|
| int | Number of packets. | 
PacketsSent
Number of packets sent by the pipeline stage.
Declaration
public int PacketsSentField Value
| Type | Description | 
|---|---|
| int | Number of packets. | 
PacketsStale
Number of stale packets received by the pipeline stage.
Declaration
public int PacketsStaleField Value
| Type | Description | 
|---|---|
| int | Number of packets. |