Enum ChannelOption | Multiplayer HLAPI | 1.0.8
docs.unity3d.com
    Show / Hide Table of Contents

    Enum ChannelOption

    An enumeration of the options that can be set on a network channel.

    Namespace: UnityEngine.Networking
    Syntax
    public enum ChannelOption

    Fields

    Name Description Value
    MaxPendingBuffers

    The option to set the number of pending buffers for a channel.

    These buffers are allocated dynamically as required when writes to the transport layer fail. Each buffer will be the size of maxPacketSize for the channel - usually around 1400 bytes. The default is 16 buffers.

    This only applies to reliable channels. If a reliable channel runs out of pnding buffers, data will be lost.

    1
    AllowFragmentation 2
    MaxPacketSize 3
    In This Article
    • Fields
    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