Structs§
- Bytes
- A cheaply cloneable and sliceable chunk of contiguous memory.
- Channel
Config - Configuration of a channel for a server or client Channels are unilateral and message based.
- Client
NotFound - Connection
Config - Configuration for a renet connection and its channels.
- Network
Info - Describes the stats of a connection.
- Renet
Client - Renet
Server
Enums§
- Channel
Error - Possibles errors that can occur in a channel.
- Default
Channel - Utility enumerator when using the default channels configuration. The default configuration has 3 channels: unreliable, reliable ordered, and reliable unordered.
- Disconnect
Reason - Possible reasons for a disconnection.
- Renet
Connection Status - The connection status of a
RenetClient
. - Send
Type - Delivery guarantee of a channel
- Server
Event - Connection and disconnection events in the server.