Namespace Unity.Networking.Transport.Utilities
Classes
FragmentationStageParameterExtensions
Extensions for FragmentationUtility.Parameters.
ReliableStageParameterExtensions
Extensions for ReliableUtility.Parameters.
SimulatorStageParameterExtensions
Extensions for SimulatorUtility.Parameters.
SimulatorUtility
Utility types for the SimulatorPipelineStage.
Structs
FragmentationUtility
Utility types for the FragmentationPipelineStage.
FragmentationUtility.Parameters
Parameters for the FragmentationPipelineStage.
ReliableUtility
Utility types, methods, and constants for the ReliableSequencedPipelineStage.
ReliableUtility.Parameters
Parameters for the ReliableSequencedPipelineStage.
ReliableUtility.RTTInfo
RTT (round-trip time) information tracked internally by the reliable pipeline stage. Can be read from the ReliableUtility.SharedContext, which itself can be obtained through the GetPipelineBuffers(NetworkPipeline, NetworkPipelineStageId, NetworkConnection, out NativeArray<byte>, out NativeArray<byte>, out NativeArray<byte>) method.
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>).
ReliableUtility.Statistics
Statistics tracked internally by the reliable pipeline stage.
SimulatorUtility.Parameters
Configuration parameters for the simulator pipeline stage.
Enums
ApplyMode
Denotes whether or not the SimulatorPipelineStage should apply to sent or received packets (or both).