Struct ReliableUtility.Statistics
Statistics tracked internally by the reliable pipeline stage.
Inherited Members
Namespace: Unity.Networking.Transport.Utilities
Assembly: solution.dll
Syntax
public struct ReliableUtility.Statistics
Fields
Name | Description |
---|---|
Packets |
Number of packets that were dropped in transit. |
Packets |
Number of duplicated packets received by the pipeline stage. |
Packets |
Number of packets that arrived out of order. |
Packets |
Number of packets received by the pipeline stage. |
Packets |
Number of packets resent by the pipeline stage. |
Packets |
Number of packets sent by the pipeline stage. |
Packets |
Number of stale packets received by the pipeline stage. |