Namespace LiteNetLib.Utils
Classes
CRC32C
FastBitConverter
InvalidTypeException
NetDataReader
NetDataWriter
NetPacketProcessor
NetSerializer
NtpPacket
Represents RFC4330 SNTP packet used for communication to and from a network time server.
NtpRequest
Make NTP request.
- Create the object by Create(IPEndPoint, Action<NtpPacket>) method.
- Use Send() method to send requests.
- Call Close() to release the socket AFTER you have received the response or some timeout. If you close the socket too early, you may miss the response.
ParseException
Interfaces
INetSerializable
Enums
NtpLeapIndicator
Represents leap second warning from the server that instructs the client to add or remove leap second.
NtpMode
Describes SNTP packet mode, i.e. client or server.