Namespace SuperNet.Netcode.Util
Classes
Allocator
ArrayPool<T>
Array pool for reusing arrays to avoid too many allocations.
CRC32
Fast CRC32 error-checking code calculation for network packets.
IPComparer
Equality comparer used by the netcode to distinguish between peers.
IPResolver
Helper methods that convert a connection string to an IPEndPoint
used by the netcode.
ObjectPool<T>
Object pool for reusing objects to avoid too many allocations.
Reader
Fast deserializer for network messages.
Serializer
Platform independent serialization of values in Big-endian (network byte order).
Writer
Fast serializer for network messages.
Interfaces
IWritable
Defines a serializable network payload.