Crate renet

Source

Structs§

Bytes
A cheaply cloneable and sliceable chunk of contiguous memory.
ChannelConfig
Configuration of a channel for a server or client Channels are unilateral and message based.
ClientNotFound
ConnectionConfig
Configuration for a renet connection and its channels.
NetworkInfo
Describes the stats of a connection.
RenetClient
RenetServer

Enums§

ChannelError
Possibles errors that can occur in a channel.
DefaultChannel
Utility enumerator when using the default channels configuration. The default configuration has 3 channels: unreliable, reliable ordered, and reliable unordered.
DisconnectReason
Possible reasons for a disconnection.
RenetConnectionStatus
The connection status of a RenetClient.
SendType
Delivery guarantee of a channel
ServerEvent
Connection and disconnection events in the server.

Type Aliases§

ClientId