Name | Description | |
---|---|---|
ClockDriftMessage Constructor | Create a new clock drift message for the specified agent |
The following tables list the members exposed by ClockDriftMessage.
Name | Description | |
---|---|---|
ClockDriftMessage Constructor | Create a new clock drift message for the specified agent |
Name | Description | |
---|---|---|
ClockDrift | The clock drift between the agent and the server, discounting latency | |
DestinationTimestamp | The timestamp of the destination when it received the message | |
Id | The session Id of the endpoint we're identifying clock drift for | |
Latency | The estimated latency in the connection (used to calculate true clock drift) | |
Length | The number of bytes for the packet. (Inherited from Gibraltar.Messaging.Net.NetworkMessage) | |
OriginatorTimestamp | The timestamp the original request was created on the source end | |
TypeCode | The specific packet type code (Inherited from Gibraltar.Messaging.Net.NetworkMessage) | |
Version | The protocol version (Inherited from Gibraltar.Messaging.Net.NetworkMessage) |
Name | Description | |
---|---|---|
BaseLength | Inheritors must implement this to reflect their packet length as they read a packet plus the base length that came before. (Inherited from Gibraltar.Messaging.Net.NetworkMessage) |
Name | Description | |
---|---|---|
CalculateValues | Locks in the latency and drift calculations when called by the originator after a round trip. | |
Write | Write the packet to the stream. (Inherited from Gibraltar.Messaging.Net.NetworkMessage) |