Expand description
§Lightyear Connection
Connection handling for the lightyear networking library. This crate provides core types for managing long-term connections on top of a Link and Transport.
It also introduces helpers to setup a Client-Server architecture.
This crates provide concepts that are only useful for a client-server architecture (client/server).
Modules§
- client
- client_
of - direction
- host
- We call running an app in ‘Host-Server’ mode an app that has both the Client and Server plugins, and where one of the client acts as the ‘Host’.
- identity
- network_
target - prelude
- server
- shared
Structs§
- Connection
Plugin - Plugin to handle the connection logic. Registers relevant types.
Enums§
- Connection
Set - System sets for connection-related logic. These are used to order systems that handle receiving and sending packets.