Namespace Unity.Networking.Transport.Utilities
Classes
FixedStringHexExt
Provides Extension methods for FixedStrings
FragmentationStageParameterExtensions
Extensions for FragmentationUtility.Parameters.
NativeListExt
Provides Extension methods for the NativeList class
RandomHelpers
A simple method to obtain a random ushort provided by the Unity.Mathematics.Random class.
ReliableStageParameterExtensions
Extensions for ReliableUtility.Parameters.
SequenceHelpers
Utility class used when dealing with sequenced pipeline stages.
SimulatorStageParameterExtensions
Extensions for SimulatorUtility.Parameters.
Structs
FragmentationUtility
Utility methods and types for the fragmentation pipeline stage.
FragmentationUtility.Parameters
Configuration parameters for FragmentationPipelineStage.
ReliableUtility
Utility methods and types for the reliable pipeline stage.
ReliableUtility.Context
Internal context of the reliable pipeline stage. Do not use.
ReliableUtility.Packet
ReliableUtility.PacketHeader
ReliableUtility.PacketInformation
Internal packet data structure. Do not use.
ReliableUtility.PacketTimers
Internal packet data structure. Do not use.
ReliableUtility.ParameterConstants
Default values for the reliable pipeline stage parameters.
ReliableUtility.Parameters
Parameters for the reliable pipeline stage.
ReliableUtility.RTTInfo
RTT information tracked internally by the reliable pipeline stage.
ReliableUtility.SharedContext
ReliableUtility.Statistics
Statistics tracked internally by the reliable pipeline stage.
SequenceBufferContext
SimulatorUtility
Utility methods and types for the simulator pipeline stage.
SimulatorUtility.Context
Internal context of the simulator pipeline. Do not use.
SimulatorUtility.DelayedPacket
SimulatorUtility.Parameters
Configuration parameters for the simulator pipeline stage.
Enums
ReliableUtility.ErrorCodes
Internal error codes of the pipeline stage. Do not use.
ReliableUtility.PacketType
Internal packet types used by the pipeline stage. Do not use.