Struct UnreliableSequencedPipelineStage.Statistics
Stores Unreliable
Inherited Members
Namespace: Unity.Networking.Transport
Assembly: solution.dll
Syntax
public struct UnreliableSequencedPipelineStage.Statistics
Fields
Name | Description |
---|---|
Num |
Counts the number of packets dropped (i.e. "culled") due to invalid SequenceId. I.e. Implies the packet arrived, but after the one(s) before it. |
Num |
Detects gaps in SequenceId to determine real packet loss. |
Num |
Count of total packets processed through this stage. |
Num |
Count of total packets processed through this stage. |
Properties
Name | Description |
---|---|
Combined |
Percentage of all packets - that we assume must have been sent to us (based on SequenceId) - which are dropped (for either reason). |
Network |
Percentage of all packets - that we assume must have been sent to us (based on SequenceId) - which are lost due to network-caused packet loss. |
Out |
Percentage of all packets - that we assume must have been sent to us (based on SequenceId) - which are lost due to arriving out of order (and thus being culled). |
Methods
Name | Description |
---|---|
To |
Pretty-printed statistics. |
To |
Pretty-printed statistics. |