docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct ReliableUtility.Statistics

    Statistics tracked internally by the reliable pipeline stage.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Networking.Transport.Utilities
    Assembly: Unity.Networking.Transport.dll
    Syntax
    public struct ReliableUtility.Statistics

    Fields

    PacketsDropped

    Number of packets that were dropped in transit.

    Declaration
    public int PacketsDropped
    Field Value
    Type Description
    int

    Number of packets.

    PacketsDuplicated

    Number of duplicated packets received by the pipeline stage.

    Declaration
    public int PacketsDuplicated
    Field Value
    Type Description
    int

    Number of packets.

    Remarks

    Doesn't differentiate between real duplicates and resends.

    PacketsOutOfOrder

    Number of packets that arrived out of order.

    Declaration
    public int PacketsOutOfOrder
    Field Value
    Type Description
    int

    Number of packets.

    PacketsReceived

    Number of packets received by the pipeline stage.

    Declaration
    public int PacketsReceived
    Field Value
    Type Description
    int

    Number of packets.

    PacketsResent

    Number of packets resent by the pipeline stage.

    Declaration
    public int PacketsResent
    Field Value
    Type Description
    int

    Number of packets.

    PacketsSent

    Number of packets sent by the pipeline stage.

    Declaration
    public int PacketsSent
    Field Value
    Type Description
    int

    Number of packets.

    PacketsStale

    Number of stale packets received by the pipeline stage.

    Declaration
    public int PacketsStale
    Field Value
    Type Description
    int

    Number of packets.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)