Struct ReliableUtility.SharedContext
Inherited Members
Namespace: Unity.Networking.Transport.Utilities
Assembly: solution.dll
Syntax
public struct ReliableUtility.SharedContext
Fields
Name | Description |
---|---|
Minimum |
|
Received |
Context of received packets, last sequence ID received, and ackmask of received packets. Acked is not used. This is sent back to the remote peer in the header when sending. |
Remote |
|
Remote |
|
Rtt |
|
Sent |
Context of sent packets, last sequence ID sent (-1), last ID of our sent packet acknowledged by remote peer, ackmask of acknowledged packets. This is used when determining if a resend is needed. |
Timer |
|
Timer |
|
Window |
|
error |
|
stats |