Struct ReliableUtility.SharedContext
Context shared by both the send and receive direction of the reliable pipeline. Can be
obtained through the last parameter of Get
Inherited Members
Namespace: Unity.Networking.Transport.Utilities
Assembly: solution.dll
Syntax
public struct ReliableUtility.SharedContext
Fields
Name | Description |
---|---|
Maximum |
Effective maximum resend time for unacknowledged reliable packets. Can be modified
through Set |
Minimum |
Effective minimum resend time for unacknowledged reliable packets. Can be modified
through Set |
Rtt |
Timing information used to calculate resend timeouts. |
Window |
Effective window size of the reliable pipeline. Can't be modified at runtime, but
can be set at configuration time through Network |
stats | Statistics for the reliable pipeline. |