Struct ReliableUtility.RTTInfo
Inherited Members
Namespace: Unity.Networking.Transport.Utilities
Syntax
public struct RTTInfo
Fields
LastRtt
Declaration
public int LastRtt
Field Value
Type | Description |
---|---|
Int32 |
ResendTimeout
Declaration
public int ResendTimeout
Field Value
Type | Description |
---|---|
Int32 |
SmoothedRtt
Declaration
public float SmoothedRtt
Field Value
Type | Description |
---|---|
Single |
SmoothedVariance
Declaration
public float SmoothedVariance
Field Value
Type | Description |
---|---|
Single |