Struct ReliableSequencedPipelineStage
The ReliableSequencedPipelineStage is used to send packets reliably and retain the order in which they are sent.
This PipelineStage has a hardcoded WindowSize of 32 inflight packets and will drop packets if its unable to
track them.
Syntax
[BurstCompile]
public struct ReliableSequencedPipelineStage : INetworkPipelineStage
Properties
StaticSize
Declaration
public readonly int StaticSize { get; }
Property Value
Implements
Methods
StaticInitialize(Byte*, Int32, NetworkSettings)
Declaration
public NetworkPipelineStage StaticInitialize(byte *staticInstanceBuffer, int staticInstanceBufferLength, NetworkSettings settings)
Parameters
Returns
Implements