Version: 1.1.0
Struct NetworkMetricsContext
Caching structure to track network metrics related information.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Unity.Netcode.Transports.UTP
Assembly: MLAPI.dll
Syntax
public struct NetworkMetricsContext
Fields
PacketReceivedCount
The number of packet received.
Declaration
public uint PacketReceivedCount
Field Value
Type | Description |
---|---|
System.UInt32 |
PacketSentCount
The number of packet sent.
Declaration
public uint PacketSentCount
Field Value
Type | Description |
---|---|
System.UInt32 |