Class NetworkDriverStats
The network transport driver statistics container. Contains information about INetworkDriver usage and performance.
Inheritance
System.Object
NetworkDriverStats
Namespace: FlaxEngine.Networking
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class NetworkDriverStats : ValueType
Fields
RTT
The mean round trip time (RTT), in milliseconds, between sending a reliable packet and receiving its acknowledgement. Also known as ping time.
Declaration
public float RTT
Field Value
System.Single
|
TotalDataReceived
Total amount of data bytes received by this client.
Declaration
public uint TotalDataReceived
Field Value
System.UInt32
|
TotalDataSent
Total amount of data bytes sent by this client.
Declaration
public uint TotalDataSent
Field Value
System.UInt32
|