Enum NtpLeapIndicator
Represents leap second warning from the server that instructs the client to add or remove leap second.
Namespace: LiteNetLib.Utils
Assembly: LiteNetLib.dll
Syntax
public enum NtpLeapIndicator
Fields
| Name | Description |
|---|---|
| AlarmCondition | Special value indicating that the server clock is unsynchronized and the returned time is unreliable. |
| LastMinuteHas59Seconds | Warns the client that the last minute of the current day has 59 seconds. |
| LastMinuteHas61Seconds | Warns the client that the last minute of the current day has 61 seconds. |
| NoWarning | No leap second warning. No action required. |