Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat