docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct ReliableUtility.SharedContext

    Context shared by both the send and receive direction of the reliable pipeline. Can be obtained through the last parameter of GetPipelineBuffers(NetworkPipeline, NetworkPipelineStageId, NetworkConnection, out NativeArray<byte>, out NativeArray<byte>, out NativeArray<byte>).

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

    Fields

    Name Description
    MaximumResendTime

    Effective maximum resend time for unacknowledged reliable packets. Can be modified through SetMaximumResendTime(int, NetworkDriver, NetworkPipeline, NetworkConnection).

    MinimumResendTime

    Effective minimum resend time for unacknowledged reliable packets. Can be modified through SetMinimumResendTime(int, NetworkDriver, NetworkPipeline, NetworkConnection).

    RttInfo

    Timing information used to calculate resend timeouts.

    WindowSize

    Effective window size of the reliable pipeline. Can't be modified at runtime, but can be set at configuration time through NetworkSettings.

    stats

    Statistics for the reliable pipeline.

    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023