docs.unity.cn
    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.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: Unity.Networking.Transport.Utilities
    Syntax
    public struct Statistics

    Fields

    PacketsDropped

    Number of packets that were dropped in transit.

    Declaration
    public int PacketsDropped
    Field Value
    Type Description
    Int32

    PacketsDuplicated

    Number of duplicated packets received by the pipeline stage.

    Declaration
    public int PacketsDuplicated
    Field Value
    Type Description
    Int32

    PacketsOutOfOrder

    Number of packets that arrived out of order.

    Declaration
    public int PacketsOutOfOrder
    Field Value
    Type Description
    Int32

    PacketsReceived

    Number of packets received by the pipeline stage.

    Declaration
    public int PacketsReceived
    Field Value
    Type Description
    Int32

    PacketsResent

    Number of packets resent by the pipeline stage.

    Declaration
    public int PacketsResent
    Field Value
    Type Description
    Int32

    PacketsSent

    Number of packets sent by the pipeline stage.

    Declaration
    public int PacketsSent
    Field Value
    Type Description
    Int32

    PacketsStale

    Number of stale packets received by the pipeline stage.

    Declaration
    public int PacketsStale
    Field Value
    Type Description
    Int32
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 28, 2023