docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum ChannelOption

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

    Namespace: UnityEngine.Networking
    Assembly: com.unity.multiplayer-hlapi.Runtime.dll
    Syntax
    public enum ChannelOption

    Fields

    Name Description
    AllowFragmentation
    MaxPacketSize
    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.

    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)