Search Results for

    Show / Hide Table of Contents

    Struct NetworkDriverStats

    The network transport driver statistics container. Contains information about INetworkDriver usage and performance.

    Assembly: FlaxEngine.dll
    File: Engine/Networking/NetworkStats.h
    Syntax
    public struct NetworkDriverStats

    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 = 0.0f
    Field Value
    float

    TotalDataReceived

    Total amount of data bytes received by this client.

    Declaration
    public uint32 TotalDataReceived = 0
    Field Value
    uint32

    TotalDataSent

    Total amount of data bytes sent by this client.

    Declaration
    public uint32 TotalDataSent = 0
    Field Value
    uint32

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat