Enum ChannelOption | Package Manager UI website
docs.unity.cn
    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
    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.

    Back to top Copyright © 2015-2018 Unity
    Generated by DocFX