docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct ReliableUtility.SharedContext

    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.SharedContext

    Fields

    MinimumResendTime

    Declaration
    public int MinimumResendTime
    Field Value
    Type Description
    int

    ReceivedPackets

    Context of received packets, last sequence ID received, and ackmask of received packets. Acked is not used. This is sent back to the remote peer in the header when sending.

    Declaration
    public SequenceBufferContext ReceivedPackets
    Field Value
    Type Description
    SequenceBufferContext

    RemoteTimerDataOffset

    Declaration
    public int RemoteTimerDataOffset
    Field Value
    Type Description
    int

    RemoteTimerDataStride

    Declaration
    public int RemoteTimerDataStride
    Field Value
    Type Description
    int

    RttInfo

    Declaration
    public ReliableUtility.RTTInfo RttInfo
    Field Value
    Type Description
    ReliableUtility.RTTInfo

    SentPackets

    Context of sent packets, last sequence ID sent (-1), last ID of our sent packet acknowledged by remote peer, ackmask of acknowledged packets. This is used when determining if a resend is needed.

    Declaration
    public SequenceBufferContext SentPackets
    Field Value
    Type Description
    SequenceBufferContext

    TimerDataOffset

    Declaration
    public int TimerDataOffset
    Field Value
    Type Description
    int

    TimerDataStride

    Declaration
    public int TimerDataStride
    Field Value
    Type Description
    int

    WindowSize

    Declaration
    public int WindowSize
    Field Value
    Type Description
    int

    errorCode

    Declaration
    public ReliableUtility.ErrorCodes errorCode
    Field Value
    Type Description
    ReliableUtility.ErrorCodes

    stats

    Declaration
    public ReliableUtility.Statistics stats
    Field Value
    Type Description
    ReliableUtility.Statistics
    In This Article
    Back to top
    Copyright © 2025 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)